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 673d27f commit 63ee924Copy full SHA for 63ee924
.travis.yml
@@ -26,7 +26,6 @@ matrix:
26
fast_finish: true
27
28
script:
29
- - php -derror_reporting="E_ALL & ~E_DEPRECATED" ./vendor/bin/phpunit -v --configuration phpunit.xml --coverage-text --coverage-clover=coverage.xml
30
- if [[ $(phpenv version-name) =~ 7.3 ]] ; then make test-coverage; else make test; fi
31
- if [[ $(phpenv version-name) =~ 7.2 ]] ; then make lint; fi
32
0 commit comments