gcc10 build added to Travis CI

This commit is contained in:
Mateusz Pusz
2020-05-08 23:08:01 +02:00
parent 097a7badd7
commit 4fa0f90a4e

View File

@@ -16,7 +16,9 @@ osx: &osx
matrix:
include:
- <<: *linux
env: CONAN_GCC_VERSIONS=9 CONAN_DOCKER_IMAGE=conanio/gcc9 DEPLOY_DOCS=TRUE
env: CONAN_GCC_VERSIONS=9 CONAN_DOCKER_IMAGE=conanio/gcc9 DEPLOY_DOCS=FALSE
- <<: *linux
env: CONAN_GCC_VERSIONS=10 CONAN_DOCKER_IMAGE=conanio/gcc10 DEPLOY_DOCS=TRUE
install:
- chmod +x .travis/install.sh