adopt-a-hydrant/.travis.yml

8 lines
198 B
YAML

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