mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
9 lines
120 B
YAML
9 lines
120 B
YAML
sudo: false
|
|
language: ruby
|
|
cache: bundler
|
|
|
|
rvm:
|
|
- 2.3.1
|
|
|
|
bundler_args: --without integration
|
|
script: bundle exec rake
|