diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-12-20 08:42:55 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2019-01-20 22:59:28 +1100 |
| commit | 5a8a174f81ec3f875e13c80000278d8fbbc01060 (patch) | |
| tree | 8626148767129ec98d82fd01ba609fcf3a6a06c1 | |
| parent | 2afc147b2cdbc56534241294758ffe0badea8f79 (diff) | |
Bump travis config to gcc-7 and xcode 10.1 to try to fix compilation
| -rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 03e3e1ed..1d9eace7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: |
