travis: provide Stripe API keys

This commit is contained in:
Rishabh Saxena 2016-08-16 23:01:28 +05:30
parent 75e11223d2
commit 43ac7742a1
2 changed files with 4 additions and 2 deletions

View file

@ -18,6 +18,7 @@ notifications:
on_failure: change
before_script:
- cp config/database.yml.example config/database.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'