diff --git a/.travis.yml b/.travis.yml index bcd470af0f5..722eaa7cee9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ sudo: required dist: xenial compiler: - g++ -install: export CXX="g++-5" +install: export CXX="g++-7" os: - linux before_script: @@ -19,9 +19,9 @@ script: addons: apt: sources: - - ubuntu-toolchain-r-test + - sourceline: 'ppa:ubuntu-toolchain-r/test' packages: - - g++-5 + - g++-7 #branches: # only: # - linux