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