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.
2 parents cc84765 + 04de5d1 commit f3380ebCopy full SHA for f3380eb
.travis.yml
@@ -18,9 +18,6 @@ before_install:
18
19
install:
20
- travis_retry composer install --no-interaction --prefer-source
21
- - if [[ "$CHECK_LINKS" == "true" ]]; then sudo apt-get -y install pypy python-sphinx graphviz; fi
22
23
script:
24
- vendor/bin/phpunit --coverage-text
25
- - if [[ "$CHECK_LINKS" == "true" ]]; then cd docs && make linkcheck && cd ..; fi
26
- - if [[ "$BUILD_DOCS" == "true" ]]; then vendor/bin/phpdoc -d src -t docs-api; fi
0 commit comments