Skip to content

Commit

Permalink
build doc on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
emillon committed Oct 22, 2014
1 parent 93bcd1e commit b4a78de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ install:
- "pip install coveralls --use-mirrors"
before_install:
- npm install coffee-script
script: nosetests --with-coverage --cover-package=app
script:
- nosetests --with-coverage --cover-package=app
- make -C docs html
notifications:
slack: cloverfeed:Zd60W6QoaC1pGFP85rOvNJa1
after_success:
Expand Down

0 comments on commit b4a78de

Please sign in to comment.