
Note that this merge may break things. The change from OpenDeployment is subject to further review at a later time. The change introduces openstack specific logic in an otherwise independent openssh recipe. Change-Id: I568e4d2329a1d0e2670e1b0340afca4dddf4f23a
10 lines
186 B
YAML
10 lines
186 B
YAML
rvm:
|
|
- 1.9.3
|
|
- 2.0.0
|
|
before_script:
|
|
- bundle exec berks install
|
|
script:
|
|
- bundle exec foodcritic -f any .
|
|
- bundle exec rspec --color --format progress
|
|
- bundle exec rubocop
|