Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
fix doc deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Hernandez committed Apr 12, 2017
1 parent 23c9d25 commit c44c805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- conda config --add channels omnia

script:
# Run tests. If they succeed, build docs only on 3.5
# Run tests. If they succeed, build docs only on 3.6
conda build --quiet devtools/conda-recipe
&& if [[ $CONDA_PY = 3.6 ]]; then devtools/travis-ci/build_docs.sh; fi

Expand All @@ -36,4 +36,4 @@ deploy:
local_dir: docs/_deploy/
on:
branch: master
condition: "$CONDA_PY = 3.5"
condition: "$CONDA_PY = 3.6"

0 comments on commit c44c805

Please sign in to comment.