adopt-a-hydrant/.travis.yml

10 lines
174 B
YAML
Raw Normal View History

bundler_args: "--without assets:development:production"
script: "bundle exec rake db:migrate test"
2011-05-08 23:03:38 +00:00
rvm:
- 1.8.7
- 1.9.2
2011-08-01 03:31:28 +00:00
- rbx
- rbx-2.0
2011-05-08 23:03:38 +00:00
- ree
2011-05-08 23:21:29 +00:00
env: "RAILS_ENV=test"