Skip to content

Commit

Permalink
MNT: Fix build error on Travis
Browse files Browse the repository at this point in the history
Not sure why I'm only now seeing this.
  • Loading branch information
dopplershift committed Apr 3, 2017
1 parent 0c660b0 commit 1d744d1
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 @@ -110,7 +110,9 @@ after_script:
fi

before_deploy:
- touch docs/build/html/.nojekyll
- if [[ $TASK == "docs" ]]; then
touch docs/build/html/.nojekyll;
fi

deploy:
- provider: pypi
Expand Down

0 comments on commit 1d744d1

Please sign in to comment.