adopt-a-hydrant/.travis.yml

12 lines
255 B
YAML
Raw Normal View History

---
before_script: bundle exec rake db:create db:schema:load
2014-08-15 00:29:57 +00:00
bundler_args: --without assets:development:production
cache: bundler
2012-03-12 17:09:11 +00:00
language: ruby
2011-05-08 23:03:38 +00:00
rvm:
2014-09-29 08:18:10 +00:00
- 2.2.0
script:
- bundle exec rake
- bundle exec rubocop --rails --fail-level=refactor
sudo: false