소스 검색

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