Skip to content

Commit

Permalink
chore: Ingmore except web in test build
Browse files Browse the repository at this point in the history
  • Loading branch information
1ambda committed Jul 10, 2017
1 parent 9f13d61 commit 6907c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ matrix:

# Run e2e tests (in zeppelin-web)
- jdk: "oraclejdk7"
env: WEB_E2E="true" SCALA_VER="2.11" SPARK_VER="2.1.0" HADOOP_VER="2.6" PROFILE="-Pweb-ci -Pweb-e2e -Pscala-2.11" BUILD_FLAG="package -DskipTests -DskipRat" TEST_FLAG="verify -DskipRat" MODULES="-pl ${INTERPRETERS}" TEST_PROJECTS=""
env: WEB_E2E="true" SCALA_VER="2.11" SPARK_VER="2.1.0" HADOOP_VER="2.6" PROFILE="-Pweb-ci -Pweb-e2e -Pscala-2.11" BUILD_FLAG="package -DskipTests -DskipRat" TEST_FLAG="verify -DskipRat" MODULES="-pl ${INTERPRETERS}" TEST_PROJECTS="-pl .,!zeppelin-interpreter,!zeppelin-zengine,!zeppelin-server,!zeppelin-display,!spark-dependencies,!spark,!angular,!markdown,!shell,!zeppelin-jupyter,!zeppelin-distribution"

# Test core modules
# Several tests were excluded from this configuration due to the following issues:
Expand Down

0 comments on commit 6907c50

Please sign in to comment.