adopt-a-hydrant/.travis.yml

8 lines
198 B
YAML
Raw Normal View History

before_install: "gem update --system"
bundler_args: "--without assets:development:production"
2012-02-04 20:32:59 +00:00
script: "bundle exec rake db:create db:schema:load test"
2011-05-08 23:03:38 +00:00
rvm:
- 1.9.2
2011-12-01 17:04:30 +00:00
- 1.9.3
2011-05-08 23:21:29 +00:00
env: "RAILS_ENV=test"