Skip to content

Commit 2187c39

Browse files
committed
Make sure travis also uses vendor/bin/phpunit
1 parent 344e0c1 commit 2187c39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ php:
88
before_script:
99
- composer install --dev --prefer-source --no-interaction
1010
script:
11-
- phpunit --coverage-text
11+
- php vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)