8 lines
157 B
YAML
8 lines
157 B
YAML
rvm:
|
|
- 2.0.0
|
|
- 2.1.5
|
|
before_script:
|
|
- bundle exec berks install
|
|
bundler_args: --without integration
|
|
script: bundle exec strainer test --except kitchen
|