Skip to content

Commit

Permalink
Build sphinx docs on travis quietly
Browse files Browse the repository at this point in the history
  • Loading branch information
willu47 committed Jul 5, 2016
1 parent e64246b commit f67e5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ before_script:
- psql -c 'create database test_aisdb;' -U postgres
script:
- python setup.py test
- travis-sphinx --source=docs build
- travis-sphinx --nowarn --source=docs build
after_success:
- if [[ "$COVERAGE" == "true" ]]; then coveralls || echo "failed"; fi
- travis-sphinx deploy
Expand Down

0 comments on commit f67e5fc

Please sign in to comment.