adopt-a-hydrant/.travis.yml

9 lines
116 B
YAML

script: "bundle exec rake db:migrate test"
rvm:
- 1.8.7
- 1.9.2
- jruby
- rbx
- ree
env: "RAILS_ENV=test"