Skip to content

Commit 1c45801

Browse files
committed
Travis-CI: install composer, and use vendor path for phpunit
1 parent 28e5a0e commit 1c45801

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ php:
66
- 7.1
77
- 7.2
88

9+
install:
10+
- composer install
11+
912
script:
10-
- phpunit
13+
- ./vendor/bin/phpunit

0 commit comments

Comments
 (0)