Repository: storm Updated Branches: refs/heads/master 9c8e880d8 -> 247e149aa
STORM-864 Exclude storm-kafka from Travis CI build * some tests on storm-kafka shows random fails on slow machine * Build box in Travis CI is almost run slow, so we need this Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/99cfe282 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/99cfe282 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/99cfe282 Branch: refs/heads/master Commit: 99cfe28296ad82f4e9d5672b16be7de94f4d7223 Parents: 58372f0 Author: Jungtaek Lim <kabh...@gmail.com> Authored: Thu Jun 11 21:56:39 2015 +0900 Committer: Jungtaek Lim <kabh...@gmail.com> Committed: Thu Jun 11 21:56:39 2015 +0900 ---------------------------------------------------------------------- dev-tools/travis/travis-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/99cfe282/dev-tools/travis/travis-build.sh ---------------------------------------------------------------------- diff --git a/dev-tools/travis/travis-build.sh b/dev-tools/travis/travis-build.sh index a06151c..e2e2e13 100755 --- a/dev-tools/travis/travis-build.sh +++ b/dev-tools/travis/travis-build.sh @@ -33,7 +33,7 @@ export LOG_LEVEL=WARN export STORM_TEST_TIMEOUT_MS=100000 # We now lean on Travis CI's implicit behavior, ```mvn clean install -DskipTests``` before running script -mvn test -fae +mvn -fae -pl '!external/storm-kafka' test BUILD_RET_VAL=$? @@ -47,4 +47,4 @@ else egrep -iq '<fail|<error' */target/test-reports/*.xml fi -exit ${BUILD_RET_VAL} \ No newline at end of file +exit ${BUILD_RET_VAL}