mirror of
https://github.com/curl/curl.git
synced 2026-07-24 11:57:16 +03:00
travis: execute "set -eo pipefail" for coverage build
Follow-up to2de63ab179and0b87c96325. Closes https://github.com/curl/curl/pull/2862
This commit is contained in:
parent
531cb203c1
commit
9fe9bd7641
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue