mirror of
https://github.com/inspec/inspec
synced 2024-11-11 07:34:15 +00:00
17 lines
244 B
YAML
17 lines
244 B
YAML
---
|
|
sudo: required
|
|
language: ruby
|
|
cache: bundler
|
|
|
|
services:
|
|
- docker
|
|
|
|
matrix:
|
|
include:
|
|
- rvm: 1.9.3
|
|
gemfile: Gemfile
|
|
- rvm: 2.0
|
|
gemfile: Gemfile
|
|
- rvm: 2.2
|
|
gemfile: Gemfile
|
|
script: bundle exec rake test test:resources
|