mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
9 lines
140 B
YAML
9 lines
140 B
YAML
language: ruby
|
|
rvm:
|
|
- "2.2.0"
|
|
env:
|
|
- DB=sqlite
|
|
script:
|
|
- RAILS_ENV=test bundle exec rake db:migrate --trace
|
|
- bundle exec rake test
|