mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
update minimum ruby from 2.1 -> 2.2, add 2.4 (#2029)
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
332842ee48
commit
f3d182a2ed
2 changed files with 12 additions and 12 deletions
22
.travis.yml
22
.travis.yml
|
@ -14,42 +14,42 @@ before_install:
|
|||
- gem --version
|
||||
matrix:
|
||||
include:
|
||||
- rvm: 2.1.10
|
||||
- rvm: 2.2.6
|
||||
- rvm: 2.3.3
|
||||
- rvm: 2.3.4
|
||||
- rvm: 2.4.1
|
||||
script: bundle exec rake $SUITE
|
||||
env: SUITE="lint test test:functional"
|
||||
- rvm: 2.3.3
|
||||
- rvm: 2.4.1
|
||||
script: bundle exec rake $SUITE
|
||||
env: SUITE="test:resources config=test/test.yaml" N=2
|
||||
- rvm: 2.3.3
|
||||
- rvm: 2.4.1
|
||||
script: bundle exec rake $SUITE
|
||||
env: SUITE="test:resources config=test/test-extra.yaml" N=2
|
||||
- rvm: 2.3.3
|
||||
- rvm: 2.4.1
|
||||
bundler_args: "--without guard tools"
|
||||
script: bundle exec rake $SUITE
|
||||
env: SUITE=test:integration OS=default-ubuntu-1204 DOCKER=true
|
||||
- rvm: 2.3.3
|
||||
- rvm: 2.4.1
|
||||
bundler_args: "--without guard tools"
|
||||
script: bundle exec rake $SUITE
|
||||
env: SUITE=test:integration OS='default-ubuntu-1604' DOCKER=true
|
||||
- rvm: 2.3.3
|
||||
- rvm: 2.4.1
|
||||
bundler_args: "--without guard tools"
|
||||
script: bundle exec rake $SUITE
|
||||
env: SUITE=test:integration OS='default-centos-68' DOCKER=true
|
||||
- rvm: 2.3.3
|
||||
- rvm: 2.4.1
|
||||
bundler_args: "--without guard tools"
|
||||
script: bundle exec rake $SUITE
|
||||
env: SUITE=test:integration OS='default-centos-7' DOCKER=true
|
||||
- rvm: 2.3.3
|
||||
- rvm: 2.4.1
|
||||
bundler_args: "--without guard tools"
|
||||
script: bundle exec rake $SUITE
|
||||
env: SUITE=test:integration OS='default-debian-8' DOCKER=true
|
||||
- rvm: 2.3.3
|
||||
- rvm: 2.4.1
|
||||
bundler_args: "--without guard tools"
|
||||
script: bundle exec rake $SUITE
|
||||
env: SUITE=test:integration OS='default-oracle-72' DOCKER=true
|
||||
- rvm: 2.3.3
|
||||
- rvm: 2.4.1
|
||||
bundler_args: "--without guard tools"
|
||||
script: bundle exec rake $SUITE
|
||||
env: SUITE=test:integration OS='default-fedora-24' DOCKER=true
|
||||
|
|
|
@ -6,9 +6,9 @@ environment:
|
|||
bundler_url: https://rubygems.org/downloads/bundler-1.9.9.gem
|
||||
|
||||
matrix:
|
||||
- ruby_version: "21"
|
||||
- ruby_version: "22"
|
||||
- ruby_version: "23"
|
||||
- ruby_version: "24"
|
||||
|
||||
clone_folder: c:\projects\inspec
|
||||
clone_depth: 1
|
||||
|
|
Loading…
Reference in a new issue