Travis: use gcc-8

This commit is contained in:
Nekotekina 2018-08-23 18:33:58 +03:00
parent 21e1911112
commit fba4dbf498

View file

@ -29,7 +29,7 @@ env:
before_install: before_install:
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CXX" = "g++" ]; then - if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CXX" = "g++" ]; then
export CXX="g++-5" CC="gcc-5" CXXFLAGS="-Wno-format-security"; export CXX="g++-8" CC="gcc-8" CXXFLAGS="-Wno-format-security";
fi; fi;
install: install:
@ -123,8 +123,8 @@ addons:
# Clang 5.0 is now bundled in travis, so we no longer need the ppa version. # Clang 5.0 is now bundled in travis, so we no longer need the ppa version.
#- clang-4.0 #- clang-4.0
- libedit-dev - libedit-dev
- g++-5 - g++-8
- gcc-5 - gcc-8
- libstdc++-5-dev - libstdc++-5-dev
- lib32stdc++6 - lib32stdc++6
- zlib1g-dev - zlib1g-dev