adopt-a-hydrant/.travis.yml

7 lines
143 B
YAML

---
before_script: bundle exec rake db:create db:schema:load
bundler_args: --without assets:development:production
language: ruby
rvm:
- 2.1.0