diff --git a/.travis.yml b/.travis.yml index fcbf680f..1fdda6f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,11 +30,11 @@ before_script: install: - composer install --dev --no-interaction --verbose + - php artisan database:create --reset + - php artisan migrate:refresh --seed script: - vendor/bin/php-cs-fixer fix --config=.php_cs -v --dry-run --diff --using-cache=no - - php artisan database:create --reset - - php artisan migrate:refresh --seed - vendor/bin/phpunit --debug --verbose after_failure: