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