Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
change travis_terminate return value to indicate broken build
  • Loading branch information
csamsel authored Jan 29, 2021
1 parent 78e4fb3 commit 3a6d606
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 @@ -15,7 +15,7 @@ before_script:

# start the actual build
script:
- mvn -s .travis-maven-settings.xml -Dmaven.javadoc.skip=true clean package -Ptest -B -V || travis_terminate 0
- mvn -s .travis-maven-settings.xml -Dmaven.javadoc.skip=true clean package -Ptest -B -V || travis_terminate 1
- java -Djava.net.preferIPv4Stack=true -jar target/steve.jar &
- sleep 30
- 'grep -C 50 -e "Exception: " ~/logs/steve.log && exit 255 || true'
Expand Down

0 comments on commit 3a6d606

Please sign in to comment.