adopt-a-hydrant/.travis.yml

7 lines
183 B
YAML
Raw Normal View History

before_install: gem install bundler --pre
before_script: bundle exec rake db:create db:schema:load
bundler_args: --without assets:development:production
2012-03-12 17:09:11 +00:00
language: ruby
2011-05-08 23:03:38 +00:00
rvm:
- 1.9.3