mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
travis: execute "set -eo pipefail" for coverage build
Follow-up to 2de63ab179eb78630ee039ad94fb2a5423df522d and 0b87c963252d3504552ee0c8cf4402bd65a80af5. Closes https://github.com/curl/curl/pull/2862
This commit is contained in:
parent
531cb203c1
commit
9fe9bd7641
@ -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…
x
Reference in New Issue
Block a user