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.