Browse Source

Travis: Undo test for GCC-6

Test added for #496 causes Travis CI to fail completely,
although it follows the examples from
https://docs.travis-ci.com/user/languages/cpp/
bel2125 8 years ago
parent
commit
5b9b32047f
1 changed files with 6 additions and 6 deletions
  1. 6 6
      .travis.yml

+ 6 - 6
.travis.yml

@@ -488,12 +488,12 @@ matrix:
 
   -
     os: linux
-      addons:
-        apt:
-          sources:
-            - ubuntu-toolchain-r-test
-          packages:
-            - gcc-6
+#    addons:
+#      apt:
+#        sources:
+#          - ubuntu-toolchain-r-test
+#        packages:
+#          - gcc-6
     compiler: gcc
     env:
       N=GCCLinux32Max