adopt-a-hydrant/.travis.yml

9 lines
120 B
YAML
Raw Normal View History

script: "bundle exec rake db:schema:load test"
2011-05-08 23:03:38 +00:00
rvm:
- 1.8.7
- 1.9.2
- jruby
- rbx
2011-05-08 23:03:38 +00:00
- ree
2011-05-08 23:21:29 +00:00
env: "RAILS_ENV=test"