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