fix travis
This commit is contained in:
@ -20,7 +20,7 @@ before_install:
|
||||
|
||||
before_script:
|
||||
- cp .env.testing .env
|
||||
- composer install --no-interaction
|
||||
- composer test --no-interaction
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit
|
@ -81,6 +81,13 @@
|
||||
"php artisan clear-compiled",
|
||||
"php artisan optimize",
|
||||
"composer dump-autoload"
|
||||
],
|
||||
"test": [
|
||||
"composer install --no-scripts",
|
||||
"Illuminate\\Foundation\\ComposerScripts::postInstall",
|
||||
"php artisan clear-compiled",
|
||||
"php artisan optimize",
|
||||
"composer dump-autoload"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
|
Reference in New Issue
Block a user