Skip to content

Commit a828f8c

Browse files
committed
Fixed travis config
1 parent 8418a91 commit a828f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_script:
1717
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
1818

1919
script:
20-
- phpunit --coverage-text --coverage-clover=coverage.clover
20+
- ./vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
2121

2222
after_script:
2323
- wget https://scrutinizer-ci.com/ocular.phar

0 commit comments

Comments
 (0)