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 60206fe commit ecb99b3Copy full SHA for ecb99b3
.travis.yml
@@ -18,9 +18,6 @@ install:
18
- travis_retry composer install --no-interaction
19
- travis_retry wget https://scrutinizer-ci.com/ocular.phar
20
21
-before_script:
22
- - mkdir -p build/logs
23
-
24
script:
25
- vendor/bin/phpunit --coverage-clover=coverage.clover
26
- vendor/bin/phpcs --standard=PSR2 src tests
0 commit comments