commit: ef5c20e42e5b1204b70973baa1c350036cef64b5 Author: Chris PeBenito <pebenito <AT> ieee <DOT> org> AuthorDate: Sat Feb 18 15:37:35 2017 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Tue Feb 21 06:58:16 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=ef5c20e4
Travis-CI: Terminate build immediately on error. See travis-ci/travis-ci#1066. .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b6493b32..957e814d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -105,6 +105,7 @@ install: script: - echo $TYPE $DISTRO $DIRECT_INITRC $MONOLITHIC $SYSTEMD $WERROR + - set -e - make bare - make conf - make
