Get config.yml/secrets.yml out of travis/vagrant

This commit is contained in:
Henne Vogelsang 2016-03-22 18:08:17 +01:00
parent bd36ce0fb2
commit d532016312
2 changed files with 0 additions and 20 deletions

View file

@ -18,8 +18,6 @@ notifications:
on_failure: change
before_script:
- cp config/database.yml.example config/database.yml
- cp config/config.yml.example config/config.yml
- cp config/secrets.yml.example config/secrets.yml
- RAILS_ENV=test bundle exec rake db:migrate --trace
script:
- 'bundle exec rubocop -Dc .rubocop.yml'