mirror of
https://github.com/inspec/inspec
synced 2024-12-01 00:49:24 +00:00
9 lines
119 B
YAML
9 lines
119 B
YAML
|
sudo: false
|
||
|
language: ruby
|
||
|
cache: bundler
|
||
|
|
||
|
rvm:
|
||
|
- 2.3.1
|
||
|
|
||
|
bundler_args: --without integration
|
||
|
script: bundle exec rake
|