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 6742299 commit ec7b0e7Copy full SHA for ec7b0e7
.travis.yml
@@ -29,7 +29,7 @@ matrix:
29
script:
30
- php -derror_reporting="E_ALL & ~E_DEPRECATED" ./vendor/bin/phpunit -v --configuration phpunit.xml --coverage-text --coverage-clover=coverage.xml
31
- if [[ $(phpenv version-name) =~ 7.3 ]] ; then make test-coverage; else make test; fi
32
- - if [[ $(phpenv version-name) =~ 7.2 ]] ; then make lint;make bench;make bench-master;make bench-compare; fi
+ - if [[ $(phpenv version-name) =~ 7.2 ]] ; then make lint bench bench-master bench-compare; fi
33
34
after_script:
35
- if [[ $(phpenv version-name) =~ 7.3 ]] ; then bash <(curl -s https://codecov.io/bash); fi
0 commit comments