From 5a8a174f81ec3f875e13c80000278d8fbbc01060 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 20 Dec 2018 08:42:55 +1100 Subject: [PATCH] Bump travis config to gcc-7 and xcode 10.1 to try to fix compilation --- .travis.yml | 8 ++++---- 1 file 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: