Skip to content

Commit 63ee924

Browse files
committed
Remove redundant test call
1 parent 673d27f commit 63ee924

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ matrix:
2626
fast_finish: true
2727

2828
script:
29-
- php -derror_reporting="E_ALL & ~E_DEPRECATED" ./vendor/bin/phpunit -v --configuration phpunit.xml --coverage-text --coverage-clover=coverage.xml
3029
- if [[ $(phpenv version-name) =~ 7.3 ]] ; then make test-coverage; else make test; fi
3130
- if [[ $(phpenv version-name) =~ 7.2 ]] ; then make lint; fi
3231

0 commit comments

Comments
 (0)