We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9292887 commit a2fe871Copy full SHA for a2fe871
.travis.yml
@@ -16,11 +16,13 @@ before_script:
16
- phpenv config-rm xdebug.ini
17
- cp .env.travis .env
18
- composer self-update
19
- - composer install --no-interaction
+ - composer install --no-interaction --no-scripts
20
- php artisan key:generate --force
21
- php artisan migrate --force
22
- php artisan db:seed --force
23
script:
24
- vendor/bin/phpunit --coverage-clover=coverage.xml
25
notifications:
26
email: false
27
+after_success:
28
+ - codecov
0 commit comments