adopt-a-hydrant/.travis.yml

7 lines
155 B
YAML

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