Skip to content

Commit

Permalink
Build docs on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Jan 8, 2016
1 parent b029ed8 commit 96b56f4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
15 changes: 13 additions & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,19 @@ otp_release:
- 18.0
- 17.4
- R16B
install: echo "hi" # stub command; otherwise travis runs 'rebar get-deps'
script: make all edocs && make test

addons:
apt:
packages:
- python-sphinx
- enchant

install: make all edocs
script:
- make all edocs
- make test
- make -C doc/ stubs
- make -C doc/ SPHINXOPTS='-nW' html
sudo: false
branches:
only:
Expand Down
3 changes: 2 additions & 1 deletion README.md
@@ -1,4 +1,5 @@
Welcome to Zotonic [![Build Status](https://secure.travis-ci.org/zotonic/zotonic.png?branch=master)](http://travis-ci.org/zotonic/zotonic)
Welcome to Zotonic [![Build Status](https://travis-ci.org/zotonic/zotonic.svg?branch=master)](https://travis-ci.org/zotonic/zotonic)

==================

[![Join the chat at https://gitter.im/zotonic/zotonic](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/zotonic/zotonic?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Expand Down

0 comments on commit 96b56f4

Please sign in to comment.