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: matrix:
include: include:
- <<: *linux - <<: *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 - <<: *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: install:
- chmod +x .travis/install.sh - chmod +x .travis/install.sh
@@ -45,3 +45,4 @@ deploy:
local_dir: gh-pages local_dir: gh-pages
on: on:
branch: master branch: master
condition: $DEPLOY_DOCS = TRUE