Reordering ops for travis

This commit is contained in:
Nabeel Shahzad 2019-06-18 19:30:08 -04:00
parent 7a468b2c16
commit da87a35a69

View File

@ -26,6 +26,7 @@ services:
before_script:
- cp .travis/env.travis.php env.php
- cp .travis/phpunit.travis.xml phpunit.xml
install:
- composer install --dev --no-interaction --verbose
@ -34,7 +35,6 @@ 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
- cp .travis/phpunit.travis.xml phpunit.xml
- vendor/bin/phpunit --debug --verbose
after_failure: