From 7a5df94deb6a762dcad9225254175c28360fc744 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 11 May 2020 11:09:26 +0200 Subject: [PATCH] Documentation deployment switched to gcc-10 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cd59e319..9f26a5ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,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=FALSE + env: CONAN_GCC_VERSIONS=10 CONAN_DOCKER_IMAGE=conanio/gcc10 DEPLOY_DOCS=TRUE install: - chmod +x .travis/install.sh