Browse Source

Added tests with GCC 6

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

+ 8 - 0
.travis.yml

@@ -14,6 +14,14 @@ matrix:
           packages:
             - g++-4.9
       env: COMPILER=g++-4.9
+    - compiler: gcc
+      addons:
+        apt:
+          sources:
+            - ubuntu-toolchain-r-test
+          packages:
+            - g++-6
+      env: COMPILER=g++-6
     - compiler: clang
       addons:
         apt: