11 lines
170 B
YAML
11 lines
170 B
YAML
language: ruby
|
|
rvm:
|
|
- 1.9.3
|
|
- 2.0.0
|
|
bundler_args: --deployment --binstubs
|
|
before_script:
|
|
- ./bin/berks install
|
|
script:
|
|
- ./bin/foodcritic -f any .
|
|
- ./bin/rake
|