[openssl-commits] [openssl] master update

Kurt Roeckx kurt at openssl.org
Thu Nov 24 20:29:38 UTC 2016


The branch master has been updated
       via  20d14461fb179d00b4f8991fe9fd9560d71f8fb6 (commit)
      from  0528f253c7eaaaca59870acf07249a726b89f7e5 (commit)


- Log -----------------------------------------------------------------
commit 20d14461fb179d00b4f8991fe9fd9560d71f8fb6
Author: Kurt Roeckx <kurt at roeckx.be>
Date:   Thu Nov 24 18:51:23 2016 +0100

    coveralls: Use gcov-5 since we build it using gcc-5
    
    Reviewed-by: Emilia Käsper <emilia at openssl.org>
    
    GH: #2003

-----------------------------------------------------------------------

Summary of changes:
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 90553c7..4967839 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -125,7 +125,7 @@ script:
 
 after_success:
     - if [ -n "$COVERALLS" ]; then
-          coveralls -b . --gcov-options '\-lp';
+          coveralls -b . --gcov gcov-5 --gcov-options '\-lp';
       fi;
 
 notifications:


More information about the openssl-commits mailing list