From a4d20241e122085207dd8d4bef52ae54d8b3231f Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Mon, 6 Oct 2014 15:19:29 +0200 Subject: [PATCH] Revert "[Travis CI] Removes database creation." This reverts commit 5d8c5d5785fbb94dcd8d9903cae5f33b06b6f6ec. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 09c4207..2a08025 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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.