Travis: re-enable gcov build
authorNicolas Williams <nico@twosigma.com>
Mon, 29 May 2017 06:19:43 +0000 (01:19 -0500)
committerNicolas Williams <nico@twosigma.com>
Mon, 29 May 2017 06:19:43 +0000 (01:19 -0500)
.travis.yml

index 12525bf6f11d8a091f0b87b5843412e4b9ee6536..b196e0e5dc70f7c3f77959a43366b83abacf60d6 100644 (file)
@@ -51,21 +51,13 @@ compiler:
     - gcc
 
 matrix:
-    # Don't build on OS X with gcc
+    include:
+      - os: linux
+        compiler: gcc
+        env: COVERAGE=--enable-gcov
     exclude:
       - os: osx
         compiler: gcc
-    # Add a gcov build (XXX not yet; allows_failures doesn't match
-    # explicitly included rows)
-    #include:
-    #    - compiler: gcc
-    #      env: COVERAGE="--enable-gcov"
-    #      os: linux
-    # The gcov build is not working quite yet
-    #allow_failures:
-    #    compiler: gcc
-    #    env: COVERAGE="--enable-gcov"
-    #    os: linux
 
 notifications:
     email: