Leemoonsoo commented on a change in pull request #3471: [ZEPPELIN-4362] Remove 'flink' from build matrix from travis.yml and some minor improvement URL: https://github.com/apache/zeppelin/pull/3471#discussion_r330294320
########## File path: .travis.yml ########## @@ -88,13 +88,6 @@ matrix: dist: xenial env: PYTHON="3" SPARKR="true" PROFILE="-Pspark-2.2 -Phelium-dev -Pexamples -Pspark-scala-2.11" BUILD_FLAG="install -Pbuild-distr -DskipRat -DskipTests" TEST_FLAG="verify -Pusing-packaged-distr -DskipRat" MODULES="-pl ${INTERPRETERS}" TEST_PROJECTS="-Dtests.to.exclude=**/JdbcIntegrationTest.java,**/SparkIntegrationTest.java,**/ZeppelinSparkClusterTest.java,**/org/apache/zeppelin/spark/*,**/HeliumApplicationFactoryTest.java -DfailIfNoTests=false" - # Test flink module - - sudo: required - jdk: "openjdk8" - dist: xenial - env: PYTHON="3" SPARKR="true" PROFILE="-Pscala-2.11" BUILD_FLAG="clean install -Pbuild-distr -DskipRat -am" TEST_FLAG="verify -Pusing-packaged-distr -DskipRat" MODULES="-pl flink" TEST_PROJECTS="-DfailIfNoTests=false" Review comment: Flink build matrix is covered by [Test interpreter modules](https://github.com/apache/zeppelin/pull/3471/files#diff-354f30a63fb0907d4ad57269548329e3L105-L108) build matrix. Removing this reduces about 13m of build time. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services