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