CI scripts switched to gcc-9

This commit is contained in:
Mateusz Pusz
2019-05-07 08:59:02 -06:00
parent 82263d8562
commit e2099ed95b
2 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ osx: &osx
language: generic
matrix:
include:
- <<: *linux
env: CONAN_GCC_VERSIONS=8 CONAN_DOCKER_IMAGE=conanio/gcc8
- <<: *linux
env: CONAN_GCC_VERSIONS=9 CONAN_DOCKER_IMAGE=conanio/gcc9
install:
- chmod +x .travis/install.sh

View File

@ -5,7 +5,7 @@ environment:
PYTHON: "C:\\Python37"
matrix:
- MINGW_CONFIGURATIONS: "8@x86_64@seh@posix"
- MINGW_CONFIGURATIONS: "9@x86_64@seh@posix"
install:
- git submodule update --init --recursive