gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 75/153: travis: execute "set -eo pipefail" for cove


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 75/153: travis: execute "set -eo pipefail" for coverage build
Date: Tue, 11 Sep 2018 12:52:26 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 9fe9bd76418979ba12c80a3bbea918ef1c3e31c0
Author: Marcel Raad <address@hidden>
AuthorDate: Fri Aug 10 04:30:51 2018 +0200

    travis: execute "set -eo pipefail" for coverage build
    
    Follow-up to 2de63ab179eb78630ee039ad94fb2a5423df522d and
    0b87c963252d3504552ee0c8cf4402bd65a80af5.
    
    Closes https://github.com/curl/curl/pull/2862
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]