Skip to content

Commit d2c2123

Browse files
committed
Fixed travis
1 parent aa9e80b commit d2c2123

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
@@ -11,7 +11,7 @@ before_script:
1111
- composer install --prefer-source --no-interaction --dev
1212

1313
script:
14-
- phpunit --coverage-clover build/logs/clover.xml
14+
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
1515

1616
after_script:
1717
- php vendor/bin/coveralls -v

0 commit comments

Comments
 (0)