Skip to content

Commit

Permalink
Don't test documentation build in CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Apr 19, 2016
1 parent 002b978 commit c44ea2a
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
language: php

php:
# - 5.5
# - 5.6
- 5.5
- 5.6
- 7.0

sudo: false

addons:
apt:
packages:
- python-sphinx

before_script:
- ln -s Index.rst Documentation/contents.rst

script:
- >
cd Documentation &&
sphinx-build -C . output
- find Configuration Classes -name '*.php' | xargs -l1 php -l

0 comments on commit c44ea2a

Please sign in to comment.