ordering
This commit is contained in:
parent
4259533958
commit
09307443f9
@ -24,12 +24,12 @@ cache:
|
|||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
|
|
||||||
before_script:
|
install:
|
||||||
|
- composer install --dev --no-interaction --verbose
|
||||||
- cp .travis/env.travis.php env.php
|
- cp .travis/env.travis.php env.php
|
||||||
- cp .travis/phpunit.travis.xml phpunit.xml
|
- cp .travis/phpunit.travis.xml phpunit.xml
|
||||||
|
|
||||||
install:
|
before_script:
|
||||||
- composer install --dev --no-interaction --verbose
|
|
||||||
- php artisan database:create --reset
|
- php artisan database:create --reset
|
||||||
- php artisan migrate:refresh --seed
|
- php artisan migrate:refresh --seed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user