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 language: generic
matrix: matrix:
include: include:
- <<: *linux - <<: *linux
env: CONAN_GCC_VERSIONS=8 CONAN_DOCKER_IMAGE=conanio/gcc8 env: CONAN_GCC_VERSIONS=9 CONAN_DOCKER_IMAGE=conanio/gcc9
install: install:
- chmod +x .travis/install.sh - chmod +x .travis/install.sh

View File

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