Revert "[Travis CI] Removes database creation."

This reverts commit 5d8c5d5785.
This commit is contained in:
Bertrand Bordage 2014-10-06 15:19:29 +02:00
parent 5d8c5d5785
commit a4d20241e1

View file

@ -29,6 +29,8 @@ install:
before_script:
- psql -c 'CREATE USER cachalot CREATEDB;' -U postgres
- psql -c 'CREATE DATABASE cachalot OWNER cachalot;' -U postgres
- mysql -u root -e 'CREATE DATABASE cachalot;'
script:
# Run against all database and cache backends, accumulating coverage stats.