travis: provide Stripe API keys
This commit is contained in:
parent
75e11223d2
commit
43ac7742a1
2 changed files with 4 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue