Skip to content

Commit

Permalink
fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
pazz committed Nov 10, 2018
1 parent 14f58ab commit 802e44d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,10 @@ after_success: |
coverage xml
export CODACY_PROJECT_TOKEN=df4443e7313e4ae599bcbbaf4835b00f
python-codacy-coverage -r coverage.xml
fi
if [[ $JOB = docs ]]; then
# auto-deploy docs to the gh-pages branch on github
travis-sphinx -v deploy
travis-sphinx deploy
fi
notifications:
Expand Down

0 comments on commit 802e44d

Please sign in to comment.