Travis test gcc-7.2 and c++-17

This commit is contained in:
William S Fulton 2017-10-07 21:48:35 +01:00
commit 6981abc440
6 changed files with 69 additions and 0 deletions

View file

@ -13,6 +13,10 @@ elif [[ "$CC" == gcc-6 ]]; then
travis_retry sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
travis_retry sudo apt-get -qq update
travis_retry sudo apt-get install -qq g++-6
elif [[ "$CC" == gcc-7 ]]; then
travis_retry sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
travis_retry sudo apt-get -qq update
travis_retry sudo apt-get install -qq g++-7
fi
travis_retry sudo apt-get -qq install libboost-dev