瀏覽代碼

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 年之前
父節點
當前提交
5b9b32047f
共有 1 個文件被更改,包括 6 次插入6 次删除
  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