From a33e415bfb3d2f28a97eac49b39560904e989918 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Tue, 30 Jan 2018 13:32:07 +0200 Subject: [PATCH] Clean up travis.yml --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index dbdacec5d..0fddf2817 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,6 @@ env: - DB=postgresql bundler_args: --without development staging production before_script: - - "psql -c 'create database registry_test;' -U postgres" - - "psql -c 'create database registry_whois_test;' -U postgres" - - "psql -c 'create database registry_api_log_test;' -U postgres" - "cp config/application-example.yml config/application.yml" - "cp config/database-travis.yml config/database.yml" - "bundle exec rake db:setup:all"