fix travis

This commit is contained in:
denisdulici
2018-12-14 17:45:50 +03:00
parent bc3626e8db
commit 456335e05b
2 changed files with 8 additions and 1 deletions

View File

@@ -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": {