Skip to content

Commit f15dc38

Browse files
committed
Fixing phpunit location for travis
1 parent 5e1e133 commit f15dc38

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
@@ -18,7 +18,7 @@ before_script:
1818
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
1919

2020
script:
21-
- phpunit --coverage-text --coverage-clover=coverage.clover
21+
- ./vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
2222

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

0 commit comments

Comments
 (0)