Using GCC 7.1 instead of 6.0

master
Christophe Riccio ago%!(EXTRA string=8 years)
parent 038c8ad051
commit d74732f985
  1. 4
      .travis.yml

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

Loading…
Cancel
Save