From: Luc Sarzyniec Date: Tue, 8 Aug 2017 05:46:25 +0000 (+0200) Subject: Setup the "errexit" mode in the Travis CI scripts suite X-Git-Tag: 2017-08-14~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cffdb71217a584ea19f6b110516995ef1f04125;p=thirdparty%2Fut1-blacklists.git Setup the "errexit" mode in the Travis CI scripts suite --- diff --git a/.travis.yml b/.travis.yml index 9c17de97..11721155 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: ruby rvm: 2.2 script: +- set -e - scripts/update-lists - bundle exec scripts/generate-readme < README.md.erb > README.md - scripts/sync-git