Skip to content

Commit

Permalink
[travis] go through all Maven phases (except deploy)
Browse files Browse the repository at this point in the history
- mvn verify ensures integration tests are also run
  • Loading branch information
mxm committed Mar 4, 2016
1 parent 5ef33c8 commit 85a6568
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ install:

script:
- travis_retry mvn versions:set -DnewVersion=manual_build
- travis_retry mvn $MAVEN_OVERRIDE install -U
- travis_retry mvn $MAVEN_OVERRIDE verify -U
- travis_retry travis/test_wordcount.sh
14 changes: 0 additions & 14 deletions runners/flink/.travis.yml

This file was deleted.

0 comments on commit 85a6568

Please sign in to comment.