mmiklavc commented on a change in pull request #1522: METRON-2271 Reorganize Travis Builds URL: https://github.com/apache/metron/pull/1522#discussion_r330801434
########## File path: .travis.yml ########## @@ -38,14 +31,36 @@ before_install: - npm config set cache $HOME/.npm-cache --global - npm config set prefix $HOME/.npm-prefix --global -install: - - time mvn install -T 2C -q -DskipTests=true -Dmaven.javadoc.skip=true -B -V - -script: - - time $SCRIPT - matrix: fast_finish: true + include: + - name: Unit Tests Review comment: Love the names, super easy to read. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
