Skip to content

Commit b3c3e20

Browse files
committed
Trying to user local install of phpunit
1 parent 604f05b commit b3c3e20

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
@@ -16,7 +16,7 @@ before_script:
1616
- phpenv rehash
1717

1818
script:
19-
- phpunit --coverage-clover=coverage.clover
19+
- bin/phpunit --coverage-clover=coverage.clover
2020

2121
after_script:
2222
- wget https://scrutinizer-ci.com/ocular.phar

0 commit comments

Comments
 (0)