2013-07-09 15:36:23 +00:00
|
|
|
---
|
2012-06-13 01:08:00 +00:00
|
|
|
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
|
2014-08-21 18:08:23 +00:00
|
|
|
script:
|
|
|
|
- bundle exec rake
|
|
|
|
- bundle exec rubocop --rails --fail-level=refactor
|
|
|
|
sudo: false
|