mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-07 23:17:25 +00:00
getting travis ci working
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- "2.2.0"
|
- "2.2.0"
|
||||||
- rbx
|
env:
|
||||||
# uncomment this line if your project needs to run something other than `rake`:
|
- DB=sqlite
|
||||||
# # script: bundle exec rspec spec
|
script:
|
||||||
|
- RAILS_ENV=test bundle exec rake db:migrate --trace
|
||||||
|
- bundle exec rake test
|
||||||
|
|||||||
Reference in New Issue
Block a user