diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-08-10 04:30:51 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-08-10 17:24:17 +0200 |
commit | 9fe9bd76418979ba12c80a3bbea918ef1c3e31c0 (patch) | |
tree | 0e7b88e2e80e5a5addffbb210c0d0648873ca474 | |
parent | 531cb203c14498561ea12992cf2b2184c34222d6 (diff) | |
download | curl-9fe9bd76418979ba12c80a3bbea918ef1c3e31c0.tar.gz |
travis: execute "set -eo pipefail" for coverage build
Follow-up to 2de63ab179eb78630ee039ad94fb2a5423df522d and
0b87c963252d3504552ee0c8cf4402bd65a80af5.
Closes https://github.com/curl/curl/pull/2862
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 68423b8af..003886191 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 |