mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 14:24:24 +00:00
reactive travis
This commit is contained in:
parent
81b25aff26
commit
af15209998
@ -14,7 +14,9 @@ addons:
|
|||||||
before_script:
|
before_script:
|
||||||
- psql -c 'create database test0;' -U postgres
|
- psql -c 'create database test0;' -U postgres
|
||||||
- cp Tests/Fixtures/App/app/config/parameters.travis.yml Tests/Fixtures/App/app/config/parameters.yml
|
- cp Tests/Fixtures/App/app/config/parameters.travis.yml Tests/Fixtures/App/app/config/parameters.yml
|
||||||
- ./console.sh doctrine:schema:create
|
- ./console.sh --env=test cache:warmup
|
||||||
|
- ./console.sh doctrine:schema:create --no-interaction --env=test
|
||||||
|
- ./console.sh doctrine:fixtures:load --no-interaction --env=test
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer install --dev
|
- composer install --dev
|
Loading…
x
Reference in New Issue
Block a user