From: Marcel Raad Date: Fri, 10 Aug 2018 02:30:51 +0000 (+0200) Subject: travis: execute "set -eo pipefail" for coverage build X-Git-Tag: curl-7_61_1~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fe9bd76418979ba12c80a3bbea918ef1c3e31c0;p=thirdparty%2Fcurl.git travis: execute "set -eo pipefail" for coverage build Follow-up to 2de63ab179eb78630ee039ad94fb2a5423df522d and 0b87c963252d3504552ee0c8cf4402bd65a80af5. Closes https://github.com/curl/curl/pull/2862 --- diff --git a/.travis.yml b/.travis.yml index 68423b8afd..003886191d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -228,8 +228,7 @@ before_script: script: - | - # Uncomment this when `coverage` runs on Trusty. - # set -eo pipefail + set -eo pipefail if [ "$T" = "coverage" ]; then export CC="gcc-7" ./configure --enable-debug --disable-shared --enable-code-coverage