Browse Source

travisci: Upgraded to GCC 6.3.

Branimir Karadžić 8 years ago
parent
commit
83d189e0a8
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .travis.yml

+ 3 - 3
.travis.yml

@@ -11,12 +11,12 @@ addons:
     sources:
     sources:
     - ubuntu-toolchain-r-test
     - ubuntu-toolchain-r-test
     packages:
     packages:
-    - gcc-4.8
-    - g++-4.8
+    - gcc-6.3
+    - g++-6.3
     - clang
     - clang
 
 
 script:
 script:
-  - if [ "$TRAVIS_OS_NAME" == "linux" ]; then make test CXX="g++-4.8" CC="gcc-4.8"; fi
+  - if [ "$TRAVIS_OS_NAME" == "linux" ]; then make test CXX="g++-6.3" CC="gcc-6.3"; fi
   - if [ "$TRAVIS_OS_NAME" == "osx" ]; then make test; fi
   - if [ "$TRAVIS_OS_NAME" == "osx" ]; then make test; fi
 
 
 branches:
 branches: