Convert the remaining functions in the record layer to use SSLfatal()
[openssl.git] / .travis.yml
index f74714abd049a694411923f6600ee1c0f93b9bc1..dfab8d3efaf1a25578b22c75f03e53b69cf717f8 100644 (file)
@@ -168,7 +168,7 @@ script:
       else
           echo -e '+\057 MAKE UPDATE FAILED'; false;
       fi;
-      git diff --quiet
+      git diff --exit-code
     - if [ -n "$CHECKDOCS" ]; then
           if $make doc-nits; then
               echo -e '+\057\057 MAKE DOC-NITS OK';
@@ -215,7 +215,7 @@ script:
 
 after_success:
     - if [ -n "$COVERALLS" ]; then
-          coveralls -b . --gcov gcov-5 --gcov-options '\-lp';
+          coveralls -b . --gcov gcov-5 --gcov-options '\-lpbc';
       fi;
 
 notifications: