Documentation deployment fixed in Travis CI

This commit is contained in:
Mateusz Pusz
2020-05-11 10:55:21 +02:00
parent a9ff29c637
commit 5555422f6a

View File

@@ -15,9 +15,9 @@ osx: &osx
matrix:
include:
- <<: *linux
env: CONAN_GCC_VERSIONS=9 CONAN_DOCKER_IMAGE=conanio/gcc9 DEPLOY_DOCS=ON
env: CONAN_GCC_VERSIONS=9 CONAN_DOCKER_IMAGE=conanio/gcc9 DEPLOY_DOCS=TRUE
- <<: *linux
env: CONAN_GCC_VERSIONS=10 CONAN_DOCKER_IMAGE=conanio/gcc10 DEPLOY_DOCS=OFF
env: CONAN_GCC_VERSIONS=10 CONAN_DOCKER_IMAGE=conanio/gcc10 DEPLOY_DOCS=FALSE
install:
- chmod +x .travis/install.sh
@@ -45,3 +45,4 @@ deploy:
local_dir: gh-pages
on:
branch: master
condition: $DEPLOY_DOCS = TRUE