Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit 2ba388e

Browse files
committed
Update travis config
1 parent e7b3c1a commit 2ba388e

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
@@ -14,7 +14,7 @@ addons:
1414
install:
1515
- composer install
1616

17-
script: phpunit --coverage-clover build/logs/clover.xml --configuration phpunit.xml
17+
script: vendor/bin/phpunit --coverage-clover build/logs/clover.xml --configuration phpunit.xml
1818

1919
after_success:
2020
- vendor/bin/test-reporter

0 commit comments

Comments
 (0)