Skip to content

Commit e3ebcb8

Browse files
committed
Change path of phpunit binary.
1 parent 3f05fa3 commit e3ebcb8

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
@@ -18,7 +18,7 @@ before_install:
1818
install:
1919
- composer install --dev
2020

21-
script: ./bin/phpunit --coverage-text
21+
script: ./vendor/bin/phpunit --coverage-text
2222

2323
notifications:
2424
email: false

0 commit comments

Comments
 (0)