adopt-a-hydrant/.travis.yml

8 lines
194 B
YAML

before_install: "gem update --system"
bundler_args: "--without assets:development:production"
script: "bundle exec rake db:create db:migrate test"
rvm:
- 1.9.2
- 1.9.3
env: "RAILS_ENV=test"