Skip to content

Commit f3a6972

Browse files
committed
IHF: Phpunit from vendor used.
1 parent c594c19 commit f3a6972

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 @@ install:
99
- composer require satooshi/php-coveralls --dev
1010

1111
script:
12-
- phpunit --coverage-clover ./tests/logs/clover.xml
12+
- vendor/bin/phpunit --coverage-clover ./tests/logs/clover.xml
1313

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

0 commit comments

Comments
 (0)