Skip to content

Commit 11bf406

Browse files
committed
ci: fail fast build if something return error
1 parent a62290c commit 11bf406

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ matrix:
4343

4444
script:
4545
- |
46+
set -e
4647
MVN_SETTINGS=${TRAVIS_HOME}/.m2/settings.xml
4748
if [[ -f ${MVN_SETTINGS} ]]; then
4849
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then

0 commit comments

Comments
 (0)