Skip to content

Commit

Permalink
restore the test phase to the preparations, and skip the tests (but u…
Browse files Browse the repository at this point in the history
…nquiet the build overall).
  • Loading branch information
cgruber committed Jul 10, 2014
1 parent 804fed5 commit fb45f76
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 @@ -11,7 +11,7 @@ env:
matrix:
- LABEL=ant CMD="ant dist test.dist" INSTALL="/bin/true"
- LABEL=ant_no_aop CMD="ant -f build/no_aop/build.xml dist test.dist" INSTALL="ant no_aop"
- LABEL=mvn CMD="mvn verify --fail-at-end -Dsource.skip=true -Dmaven.javadoc.skip=true" INSTALL="mvn dependency:go-offline clean --fail-never"
- LABEL=mvn CMD="mvn verify --fail-at-end -Dsource.skip=true -Dmaven.javadoc.skip=true" INSTALL="mvn dependency:go-offline test clean --fail-never -DskipTests=true"

install:
- ${INSTALL}
Expand Down

0 comments on commit fb45f76

Please sign in to comment.