adapt travis installation command to new web app path

This commit is contained in:
Julien Fastré 2015-01-30 16:04:28 +01:00
parent 962dba1bc5
commit 17f2ecd24e

View File

@ -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