mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
correct travis integration
This commit is contained in:
parent
e976993db8
commit
7f1eeb5e75
11
.travis.yml
11
.travis.yml
@ -9,9 +9,18 @@ matrix:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
- php: hhvm-nightly
|
- php: hhvm-nightly
|
||||||
|
|
||||||
|
addons:
|
||||||
|
postgresql: "9.3"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer install --dev
|
- composer install --dev
|
||||||
- php Tests/Fixtures/App/console --env=test cache:warmup
|
- cp Tests/Fixtures/App/config/parameters.travis.yml Tests/Fixtures/App/config/parameters.yml
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- php Tests/Fixtures/App/console --env=test cache:warmup
|
||||||
|
- psql -c 'create database test0;' -U postgres
|
||||||
|
- php Tests/Fixtures/App/console doctrine:schema:create --env=test
|
||||||
|
- php Tests/Fixtures/App/console doctrine:fixtures:load --env=test
|
||||||
|
|
||||||
script: phpunit --coverage-text
|
script: phpunit --coverage-text
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user