Skip to content

Commit

Permalink
reset again
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Sep 5, 2018
1 parent 0883cc5 commit 5980cc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,12 @@ before_script:
script:
- set -ex
- if [[ $BUILD_DOCS = true ]]; then
git clean -fdx;
cd docs;
make html;
cd ..;
git checkout -- .;
git reset --hard HEAD;
doctr deploy --deploy-repo xonsh/xonsh-docs dev;
git checkout $(git describe --tags `git rev-list --tags --max-count=1`);
pip install --upgrade .;
Expand Down

0 comments on commit 5980cc9

Please sign in to comment.