[geos-commits] r4072 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Aug 6 08:17:03 PDT 2015


Author: mloskot
Date: 2015-08-06 08:17:03 -0700 (Thu, 06 Aug 2015)
New Revision: 4072

Modified:
   trunk/.travis.yml
Log:
Allow failure for CMake x64 build on Travis CI.

This should eliminate unimportant signal and keep the core GEOS builds green.

Modified: trunk/.travis.yml
===================================================================
--- trunk/.travis.yml	2015-08-05 15:39:49 UTC (rev 4071)
+++ trunk/.travis.yml	2015-08-06 15:17:03 UTC (rev 4072)
@@ -15,12 +15,16 @@
     - clang
 
 env:
-    matrix:
-        - GEOS_BUILD_TOOL=autotools CFLAGS=-m32 CXXFLAGS=-m32
-        - GEOS_BUILD_TOOL=autotools CFLAGS=-m64 CXXFLAGS=-m64
-        - GEOS_BUILD_TOOL=cmake CFLAGS=-m32 CXXFLAGS=-m32
-        - GEOS_BUILD_TOOL=cmake CFLAGS=-m64 CXXFLAGS=-m64
+    - GEOS_BUILD_TOOL=autotools CFLAGS=-m32 CXXFLAGS=-m32
+    - GEOS_BUILD_TOOL=autotools CFLAGS=-m64 CXXFLAGS=-m64
+    - GEOS_BUILD_TOOL=cmake CFLAGS=-m32 CXXFLAGS=-m32
+    - GEOS_BUILD_TOOL=cmake CFLAGS=-m64 CXXFLAGS=-m64
 
+matrix:
+  fast_finish: true
+  allow_failures:
+    - env: GEOS_BUILD_TOOL=cmake CFLAGS=-m64 CXXFLAGS=-m64
+
 addons:
   apt:
     packages:



More information about the geos-commits mailing list