Travis: mark MacOS builds as optional
authorLei Zhang <antiagainst@google.com>
Fri, 1 Dec 2017 04:06:55 +0000 (23:06 -0500)
committerLei Zhang <antiagainst@google.com>
Fri, 1 Dec 2017 18:11:16 +0000 (13:11 -0500)
MacOS support in Travis is flakey right now. MacOS build jobs
take a long time to start.

We have extensive checks for Linux and Windows, which should give
us confidence.

.travis.yml

index ba3d252..48cd0e2 100644 (file)
@@ -24,6 +24,8 @@ compiler:
   - gcc
 
 matrix:
+  allow_failures:
+    - os: osx
   fast_finish: true
   include:
     # Additional build using Android NDK with android-cmake