typo
[openssl.git] / .travis.yml
index cb23320d38b808af6444487c192ec5d772d109f7..001180e811c81b459ff97dbb75acb22dd479e868 100644 (file)
@@ -51,6 +51,8 @@ matrix:
     exclude:
         - os: osx
           compiler: clang-3.6
+        - os: osx
+          compiler: gcc
         - os: osx
           compiler: gcc-5
         - os: osx
@@ -104,7 +106,7 @@ script:
     - if [ -n "$CROSS_COMPILE" ]; then
           export EXE_SHELL="wine" WINEPREFIX=`pwd`;
       fi
-    - make test
+    - HARNESS_VERBOSE=yes make test
     - cd ..
 
 notifications: