From 5c65aa5f2b35ce6f2f20848441a6d50c17abc4c6 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Fri, 12 May 2017 09:45:23 +0300 Subject: [PATCH] Remove secrets from Travis config #508 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8931690f5..67bf4febf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ before_script: - "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/secrets-example.yml config/secrets.yml" - "cp config/database-travis.yml config/database.yml" - "RAILS_ENV=test bundle exec rake db:setup:all" script: