1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-26 21:02:28 +02:00

Update composer lock, update travis to skip post-install scripts for composer

This commit is contained in:
Dane Everitt 2017-06-15 23:23:14 -05:00
parent 9292887328
commit a2fe871217
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
2 changed files with 156 additions and 352 deletions

View File

@ -16,7 +16,7 @@ before_script:
- phpenv config-rm xdebug.ini
- cp .env.travis .env
- composer self-update
- composer install --no-interaction
- composer install --no-interaction --no-scripts
- php artisan key:generate --force
- php artisan migrate --force
- php artisan db:seed --force
@ -24,3 +24,5 @@ script:
- vendor/bin/phpunit --coverage-clover=coverage.xml
notifications:
email: false
after_success:
- codecov

504
composer.lock generated

File diff suppressed because it is too large Load Diff