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