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_r330294429
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -183,7 +176,7 @@ before_install:
 install:
   - echo "mvn $BUILD_FLAG $MODULES $PROFILE -B"
   - mvn $BUILD_FLAG $MODULES $PROFILE -B
-  - if [ x"$BUILD_PLUGINS" == x"true" ]; then echo "mvn clean package -pl 
zeppelin-plugins -amd -B"; mvn clean package -pl zeppelin-plugins -amd -B; fi
+  - if [ x"$BUILD_PLUGINS" == x"true" ]; then echo "mvn clean package -T 2C 
-pl zeppelin-plugins -amd -B"; mvn clean package -T 2C -pl zeppelin-plugins 
-amd -B; fi
 
 Review comment:
   Multi-thread option here reduce about 15sec 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

Reply via email to