]> granicus.if.org Git - gc/commitdiff
Travis CI: Test also --enable-gc-assertions without --enable-cplusplus
authorIvan Maidanski <ivmai@mail.ru>
Tue, 11 Apr 2017 21:34:18 +0000 (00:34 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 11 Apr 2017 21:34:18 +0000 (00:34 +0300)
.travis.yml

index 3a79999d84de443950d6be2e1447a19e9518f9ac..3eef33204414b6c0bfd9518f82a82ba1a5a6b94e 100644 (file)
@@ -12,10 +12,10 @@ matrix:
       env: [ CONF_OPTIONS="--enable-cplusplus" ]
     - os: linux
       compiler: clang
-      env: [ CONF_OPTIONS="--enable-gc-assertions --enable-cplusplus" ]
+      env: [ CONF_OPTIONS="--enable-gc-assertions" ]
     - os: linux
       compiler: gcc
-      env: [ CONF_OPTIONS="--enable-gc-assertions --enable-cplusplus" ]
+      env: [ CONF_OPTIONS="--enable-gc-assertions" ]
     - os: osx
       env: [ CONF_OPTIONS="--enable-gc-assertions --enable-cplusplus" ]
     - os: linux