mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-23 03:33:02 +00:00
16d47e8dc5
Chef 13 is also using ruby 2.4.1 in the omnibus packages Signed-off-by: Artem Sidorenko <artem@posteo.de>
9 lines
120 B
YAML
9 lines
120 B
YAML
sudo: false
|
|
language: ruby
|
|
cache: bundler
|
|
|
|
rvm:
|
|
- 2.4.1
|
|
|
|
bundler_args: --without integration
|
|
script: bundle exec rake
|