Commit 20d14461 authored by Kurt Roeckx's avatar Kurt Roeckx
Browse files

coveralls: Use gcov-5 since we build it using gcc-5



Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>

GH: #2003
parent 0528f253
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: