Skip to content

Commit

Permalink
Fix Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
desbma committed Oct 19, 2016
1 parent 36bad65 commit 3641cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -31,7 +31,7 @@ before_deploy:
- "if [ $PYPI_DEPLOY -eq 1 ]; then sudo apt-get -q update; fi"
- "if [ $PYPI_DEPLOY -eq 1 ]; then sudo apt-get -V install pandoc; fi"
- "if [ $PYPI_DEPLOY -eq 1 ]; then pip install pypandoc; fi"
- "if [ $PYPI_DEPLOY -eq 1 ]; pip install restructuredtext_lint && t=$(mktemp --suffix=.rst) && pandoc README.md -o $t && rst-lint $t; fi"
- "if [ $PYPI_DEPLOY -eq 1 ]; then pip install restructuredtext_lint && t=$(mktemp --suffix=.rst) && pandoc README.md -o $t && rst-lint $t; fi"
- "if [ $WINDOWS -eq 1 ]; then pushd win && make all && popd; fi"
deploy:
- provider: releases
Expand Down

0 comments on commit 3641cf3

Please sign in to comment.