Skip to content

Commit

Permalink
continue to try github pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bwinkel committed Jul 13, 2017
1 parent 5bd681f commit ef6cd6e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,10 @@ matrix:
# Check for sphinx doc build warnings - we do this first because it
# may run for a long time
- os: linux
env: SETUP_CMD='build_docs -w'
DO_DOCS=YES
env:
# - SETUP_CMD='build_docs -w'
- SETUP_CMD='build_docs'
- DO_DOCS=YES

# Now try Astropy dev with the latest 3.x.
- os: linux
Expand Down Expand Up @@ -166,6 +168,7 @@ install:

script:
- $MAIN_CMD $SETUP_CMD
- echo "DO_DOCS" $DO_DOCS
- if [[ $DO_DOCS ]]; then set -e; conda install doctr; doctr deploy docs;fi

after_success:
Expand Down

0 comments on commit ef6cd6e

Please sign in to comment.