adopt-a-hydrant/.travis.yml

9 lines
217 B
YAML
Raw Normal View History

---
2013-12-31 18:55:43 +00:00
before_install: gem update bundler
before_script: bundle exec rake db:create db:schema:load
2014-04-01 08:15:29 +00:00
after_script: bundle exec rubocop -R
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:
2014-03-05 22:49:12 +00:00
- 2.1.1