mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
adapt travis installation command to new web app path
This commit is contained in:
parent
962dba1bc5
commit
17f2ecd24e
@ -12,7 +12,7 @@ sudo: false
|
||||
install:
|
||||
- composer config -g github-oauth.github.com $GITHUB_COMPOSER_AUTH
|
||||
- composer install --dev --no-interaction
|
||||
- cp Tests/Fixtures/App/config/parameters.travis.yml Tests/Fixtures/App/config/parameters.yml
|
||||
- cp Tests/Fixtures/App/app/config/parameters.travis.yml Tests/Fixtures/App/app/config/parameters.yml
|
||||
before_script:
|
||||
- psql -c 'create database test0;' -U postgres
|
||||
- psql -d test0 -c 'CREATE EXTENSION unaccent;' -U postgres
|
||||
|
Loading…
x
Reference in New Issue
Block a user