Skip to content

Commit a5615bf

Browse files
committed
Run vendor'd version of phpunit
1 parent 60ea6bd commit a5615bf

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
@@ -15,7 +15,7 @@ before_script:
1515
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
1616

1717
script:
18-
- phpunit --coverage-text --coverage-clover=coverage.clover
18+
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
1919

2020
after_script:
2121
- wget https://scrutinizer-ci.com/ocular.phar

0 commit comments

Comments
 (0)