Skip to content

Commit 5ea98bb

Browse files
committed
fix phpunit path
1 parent 6b0b16a commit 5ea98bb

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
@@ -17,7 +17,7 @@ before_script:
1717
- chmod -R 777 build/logs
1818

1919
script:
20-
- phpunit --coverage-clover build/logs/clover.xml
20+
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
2121

2222
after_success:
2323
- travis_retry php vendor/bin/php-coveralls

0 commit comments

Comments
 (0)