Skip to content

Commit 8ea907e

Browse files
committed
Include code coverage
1 parent a527949 commit 8ea907e

File tree

2 files changed

+5814
-2
lines changed

2 files changed

+5814
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ before_install:
1414
before_script:
1515
- phpenv config-rm xdebug.ini
1616
- cp .env.travis .env
17-
- composer install --no-interaction --prefer-dist --no-suggest --verbose
17+
- composer install --no-interaction --prefer-dist --no-suggest --no-scripts --verbose
1818
- php artisan migrate -v
1919
- php artisan db:seed -v
2020
script:
21-
- vendor/bin/phpunit --coverage-clover=coverage.xml
21+
- vendor/bin/phpunit --coverage-clover coverage.xml
2222
notifications:
2323
email: false
2424
after_success:

0 commit comments

Comments
 (0)