Reordering ops for travis
This commit is contained in:
parent
7a468b2c16
commit
da87a35a69
@ -26,6 +26,7 @@ services:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- cp .travis/env.travis.php env.php
|
- cp .travis/env.travis.php env.php
|
||||||
|
- cp .travis/phpunit.travis.xml phpunit.xml
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer install --dev --no-interaction --verbose
|
- 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
|
- vendor/bin/php-cs-fixer fix --config=.php_cs -v --dry-run --diff --using-cache=no
|
||||||
- php artisan database:create --reset
|
- php artisan database:create --reset
|
||||||
- php artisan migrate:refresh --seed
|
- php artisan migrate:refresh --seed
|
||||||
- cp .travis/phpunit.travis.xml phpunit.xml
|
|
||||||
- vendor/bin/phpunit --debug --verbose
|
- vendor/bin/phpunit --debug --verbose
|
||||||
|
|
||||||
after_failure:
|
after_failure:
|
||||||
|
Loading…
Reference in New Issue
Block a user