Skip to content

Commit

Permalink
trigger doc build after successful unit tests with webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Feb 19, 2016
1 parent 1ceef90 commit 7e37571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +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
notifications:
webhooks: https://readthedocs.org/build/pysparkling

0 comments on commit 7e37571

Please sign in to comment.