Skip to content

Commit 4abb6e6

Browse files
committed
Fix: Use phpunit/phpunit as installed with composer
1 parent 259bf02 commit 4abb6e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ matrix:
1515
allow_failures:
1616
- php: master
1717

18-
before_script:
19-
- cd tests
20-
- composer install -n
18+
install:
19+
- composer install --prefer-dist
2120

22-
script: phpunit --coverage-text --configuration phpunit.xml.dist
21+
script:
22+
- vendor/bin/phpunit --coverage-text --configuration tests/phpunit.xml.dist
2323

2424
cache:
2525
directories:

0 commit comments

Comments
 (0)