Skip to content

Commit f98592f

Browse files
committed
[tests] use phpunit from dependencies instead of global install
Signed-off-by: Dorian Savina <[email protected]>
1 parent 844962b commit f98592f

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
@@ -9,7 +9,7 @@ before_script:
99
- composer install --no-interaction
1010

1111
script:
12-
- phpunit
12+
- vendor/bin/phpunit
1313

1414
after_script:
1515
- php vendor/bin/coveralls -v

0 commit comments

Comments
 (0)