Browse Source

Using GCC 7.1 instead of 6.0

Christophe Riccio 8 years ago
parent
commit
d74732f985
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -20,8 +20,8 @@ matrix:
           sources:
             - ubuntu-toolchain-r-test
           packages:
-            - g++-6
-      env: COMPILER=g++-6
+            - g++-7.1
+      env: COMPILER=g++-7.1
     - compiler: clang
       addons:
         apt: