2013-07-09 15:36:23 +00:00
|
|
|
---
|
2013-12-31 18:55:43 +00:00
|
|
|
before_install: gem update bundler
|
2012-06-13 01:08:00 +00:00
|
|
|
before_script: bundle exec rake db:create db:schema:load
|
2014-08-15 00:26:32 +00:00
|
|
|
script:
|
|
|
|
- bundle exec rake
|
|
|
|
- bundle exec rubocop --rails --fail-level=refactor
|
2012-06-13 01:08:00 +00:00
|
|
|
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-05-10 09:44:24 +00:00
|
|
|
- 2.1.2
|