1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

travis: execute "set -eo pipefail" for coverage build

Follow-up to 2de63ab179 and
0b87c96325.

Closes https://github.com/curl/curl/pull/2862
This commit is contained in:
Marcel Raad 2018-08-10 04:30:51 +02:00
parent 531cb203c1
commit 9fe9bd7641
No known key found for this signature in database
GPG Key ID: 07ADACB610D796DA

View File

@ -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