Bump travis config to gcc-7 and xcode 10.1 to try to fix compilation
This commit is contained in:
parent
2afc147b2c
commit
5a8a174f81
|
@ -7,7 +7,7 @@ os:
|
|||
- linux
|
||||
- osx
|
||||
|
||||
osx_image: xcode8.3
|
||||
osx_image: xcode10.1
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
|
@ -21,7 +21,7 @@ before_install:
|
|||
install:
|
||||
- if [ $TRAVIS_OS_NAME = linux ]; then
|
||||
if [ "$CXX" = "g++" ]; then
|
||||
export CXX=g++-5;
|
||||
export CXX=g++-7;
|
||||
fi;
|
||||
elif [ $TRAVIS_OS_NAME = osx ]; then
|
||||
brew outdated gcc || brew upgrade gcc;
|
||||
|
@ -35,8 +35,8 @@ addons:
|
|||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- libstdc++-5-dev
|
||||
- g++-5
|
||||
- libstdc++-7-dev
|
||||
- g++-7
|
||||
- libncursesw5-dev
|
||||
coverity_scan:
|
||||
project:
|
||||
|
|
Loading…
Reference in New Issue
Block a user