From 1febb242ef43d959f2875dcc3b4924bcee24c2a8 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Fri, 20 Feb 2015 19:08:05 +0200 Subject: [PATCH] Added secrets to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9308b354d..5fc709227 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ before_script: - psql -c 'create database registry_api_log_test;' -U postgres - bundle update - 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:all:schema:load - RAILS_ENV=test bundle exec rake db:seed