Skip to content

Commit

Permalink
Fail right away
Browse files Browse the repository at this point in the history
  • Loading branch information
briandealwis committed Mar 14, 2017
1 parent 0aaf414 commit 8ee49ba
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 @@ -32,7 +32,7 @@ matrix:
env: ECLIPSE_TARGET=neon
- jdk: oraclejdk8
env: ECLIPSE_TARGET=oxygen MAVEN_FLAGS=-Pjacoco
script: ./mvnw -Ptravis --fail-at-end verify ${ECLIPSE_TARGET:+-Declipse.target=${ECLIPSE_TARGET}} ${MAVEN_FLAGS}
script: ./mvnw -Ptravis verify ${ECLIPSE_TARGET:+-Declipse.target=${ECLIPSE_TARGET}} ${MAVEN_FLAGS}
addons:
apt:
packages:
Expand Down

0 comments on commit 8ee49ba

Please sign in to comment.