Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit bd07f88

Browse files
committed
use composer oh-unit
1 parent 1007b82 commit bd07f88

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 @@ before_script:
99
- php -r "copy('.env.example', '.env');"
1010
- php artisan key:generate
1111
script:
12-
- phpunit --coverage-clover=coverage.clover
12+
- vendor/bin/phpunit --coverage-clover=coverage.clover
1313
after_script:
1414
- wget https://scrutinizer-ci.com/ocular.phar
1515
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 commit comments

Comments
 (0)