mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Switch the travis test to Xenial and add Ruby 2.6.1
We'll be shipping on Ruby 2.6.1 soon so we should test it. Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
687fb989ca
commit
4628a12401
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
|||
sudo: required
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
language: ruby
|
||||
cache: bundler
|
||||
dist: trusty
|
||||
dist: xenial
|
||||
services:
|
||||
- docker
|
||||
bundler_args: "--without integration tools maintenance deploy"
|
||||
|
@ -17,6 +16,7 @@ matrix:
|
|||
- rvm: 2.3.8
|
||||
- rvm: 2.4.5
|
||||
- rvm: 2.5.3
|
||||
- rvm: 2.6.1
|
||||
- rvm: 2.4.5
|
||||
script: bundle exec rake $SUITE
|
||||
env: SUITE="test:functional"
|
||||
|
|
Loading…
Add table
Reference in a new issue