Skip to content

Commit

Permalink
ci: fail fast build if something return error
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Aug 13, 2020
1 parent a62290c commit 11bf406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ matrix:

script:
- |
set -e
MVN_SETTINGS=${TRAVIS_HOME}/.m2/settings.xml
if [[ -f ${MVN_SETTINGS} ]]; then
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
Expand Down

0 comments on commit 11bf406

Please sign in to comment.