We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5251707 commit 75e0161Copy full SHA for 75e0161
.travis.yml
@@ -8,7 +8,7 @@ matrix:
8
- php: 5.4
9
- php: 5.5
10
- php: 5.6
11
- env: CHECK_LINKS=true
+ env: CHECK_LINKS=true BUILD_DOCS=true
12
- php: 7
13
- php: hhvm
14
allow_failures:
@@ -23,5 +23,5 @@ install:
23
24
script:
25
- if [[ "$CHECK_LINKS" == "true" ]]; then cd docs && make linkcheck && cd ..; fi
26
- - vendor/bin/phpdoc -d src -t docs-api
+ - if [[ "$BUILD_DOCS" == "true" ]]; then vendor/bin/phpdoc -d src -t docs-api; fi
27
- vendor/bin/phpunit --coverage-text
0 commit comments