Skip to content

Commit 9a8c760

Browse files
committed
Fixed travis config
1 parent 8a2bf79 commit 9a8c760

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.6
54
- 7.0
65
- 7.1
76
- 7.2
@@ -17,7 +16,7 @@ before_script:
1716
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
1817

1918
script:
20-
- phpunit --coverage-text --coverage-clover=coverage.clover
19+
- ./vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
2120

2221
after_script:
2322
- wget https://scrutinizer-ci.com/ocular.phar

0 commit comments

Comments
 (0)