Skip to content

Commit

Permalink
Fix travis again
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Apr 23, 2016
1 parent 3f26782 commit e39548b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Expand Up @@ -20,11 +20,7 @@ install:
- python setup.py install

script:
- if [ $TRAVIS_PYTHON_VERSION == "3.5" ]; then
travis-sphinx --source=doc/source/ build
fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.5 ]]; then travis-sphinx --source=doc/source/ build; fi

after_success:
- if [ $TRAVIS_PYTHON_VERSION == "3.5" ]; then
travis-sphinx deploy
fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.5 ]]; then travis-sphinx deploy; fi

0 comments on commit e39548b

Please sign in to comment.