summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-17 17:29:27 -0800
committerGitHub <noreply@github.com>2018-12-17 17:29:27 -0800
commit7632274892196177967cc5ba5003815e46ee6725 (patch)
tree9b78a579e8fd4274612a8dbc7b294e594a4084bb
parentf0700002824785f074e29b350c134b11b7d5f259 (diff)
parent5f20c50b7ea3655ac4d1a7c800390116ea1b4cea (diff)
downloadmixlib-log-7632274892196177967cc5ba5003815e46ee6725.tar.gz
Merge pull request #46 from chef/travis_bump
Test on Ruby 2.6 in Travis + test on Xenial
-rw-r--r--.travis.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 72a3f67..85ce33b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,15 @@
sudo: false
language: ruby
cache: bundler
+dist: xenial
matrix:
include:
- rvm: 2.2.10
- - rvm: 2.3.7
- - rvm: 2.4.4
- - rvm: 2.5.1
+ - rvm: 2.3.8
+ - rvm: 2.4.5
+ - rvm: 2.5.3
+ - rvm: 2.6
- rvm: ruby-head
allow_failures:
- rvm: ruby-head