adopt-a-hydrant/.travis.yml

10 lines
184 B
YAML

bundler_args: "--without assets:development:production"
script: "bundle exec rake db:create db:migrate test"
rvm:
- 1.8.7
- 1.9.2
- rbx
- rbx-2.0
- ree
env: "RAILS_ENV=test"