Revert PG on Travis about drop/create the database

This commit is contained in:
Jeremy Benoist
2019-01-23 13:47:51 +01:00
parent c416ed485f
commit 7485a272ff
2 changed files with 1 additions and 9 deletions

View File

@ -59,9 +59,7 @@ script:
- travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist
- echo "travis_fold:start:prepare"
# custom "prepare" for PG because the database should be created with a different user (see "before_script")
- if [[ ! $DB = pgsql ]]; then make prepare DB=$DB; fi;
- if [[ $DB = pgsql ]]; then make prepare-travis-pg DB=$DB; fi;
- make prepare DB=$DB
- echo "travis_fold:end:prepare"
- make fixtures