Update composer lock, update travis to skip post-install scripts for composer
This commit is contained in:
parent
9292887328
commit
a2fe871217
|
@ -16,7 +16,7 @@ before_script:
|
||||||
- phpenv config-rm xdebug.ini
|
- phpenv config-rm xdebug.ini
|
||||||
- cp .env.travis .env
|
- cp .env.travis .env
|
||||||
- composer self-update
|
- composer self-update
|
||||||
- composer install --no-interaction
|
- composer install --no-interaction --no-scripts
|
||||||
- php artisan key:generate --force
|
- php artisan key:generate --force
|
||||||
- php artisan migrate --force
|
- php artisan migrate --force
|
||||||
- php artisan db:seed --force
|
- php artisan db:seed --force
|
||||||
|
@ -24,3 +24,5 @@ script:
|
||||||
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
after_success:
|
||||||
|
- codecov
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue