modes/ctr128.c: fix false carry in counter increment procedure.
[openssl.git] / .travis.yml
index 90553c734c5c2c539dd743cd1c2509204148f642..4967839d2bfd8512a3e4fa4fde70cc22c98a9fe5 100644 (file)
@@ -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: