Skip to content

Commit

Permalink
Merge pull request #78 from stof/improve_travis
Browse files Browse the repository at this point in the history
Add testing on PHP 7
  • Loading branch information
Alexander Obuhovich committed May 22, 2016
2 parents 93a7026 + 108459a commit 008e2c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -11,18 +11,22 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
include:
- env: BUILD_TYPE=doc # marker environment variable to make the build matrix more readable in the UI
php: none # unused by the python language but allows to clean the display of the matrix
# Override the different steps of the build config
language: python
before_install: []
install: pip install Sphinx sphinx_rtd_theme
before_script: []
script: sphinx-build -nW -b html -d docs/build/doctrees docs docs/build/html
after_script: []
allow_failures:
- php: 7.0

env:
global:
Expand Down

0 comments on commit 008e2c7

Please sign in to comment.