Skip to content

Commit b759442

Browse files
committed
Use local phpunit on travis
1 parent a84d6f2 commit b759442

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 @@ install:
1515
- composer install
1616

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

2020
after_script:
2121
- if [ -f ./build/logs/clover.xml ]; then travis_retry composer require satooshi/php-coveralls --no-interaction --update-with-dependencies; fi

0 commit comments

Comments
 (0)