Skip to content

Commit

Permalink
Disable travis build docs again
Browse files Browse the repository at this point in the history
  • Loading branch information
bluewavenet committed Aug 29, 2018
1 parent 919a070 commit a162a70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ dist: trusty
before_script:
- bash ./resources/build_libmicrohttpd.sh --compile

install: "pip install Sphinx"
# install: "pip install Sphinx"

script:
- make checkstyle
- make
# -W to turn warnings into errors
- cd docs/ ; make SPHINXOPTS=-W dummy
- cd docs/ ; make SPHINXOPTS=-W linkcheck
# - cd docs/ ; make SPHINXOPTS=-W dummy
# - cd docs/ ; make SPHINXOPTS=-W linkcheck

env:
- CFLAGS="-I/tmp/libmicrohttpd_install/include" LDFLAGS="-L/tmp/libmicrohttpd_install/lib"
Expand Down

0 comments on commit a162a70

Please sign in to comment.