[Travis CI] Removes database creation.

This commit is contained in:
Bertrand Bordage 2014-10-06 15:06:20 +02:00
parent 13e75f7322
commit 5d8c5d5785

View file

@ -29,8 +29,6 @@ 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.