Skip to content

Commit

Permalink
trigger doc build after successful unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Feb 19, 2016
1 parent 9c996da commit 1ceef90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ install:
- "if [[ $TRAVIS_PYTHON_VERSION != 'pypy'* ]]; then pip install pylzma; fi"
- "pip install .[http,s3,tests]"
script: "nosetests -vv"
after_success:
- curl -X POST https://readthedocs.org/build/pysparkling

0 comments on commit 1ceef90

Please sign in to comment.