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:
Tim Smith 2019-02-13 20:47:21 -08:00
parent 687fb989ca
commit 4628a12401

View file

@ -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"