summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-03-02 10:03:48 -0800
committerTim Smith <tsmith@chef.io>2016-03-02 10:03:48 -0800
commit0bdcd675a3d7469566ecd0a4d2d307549ac15f8f (patch)
treeb8009ff90c3777c45b5f212549a0332f42ab7cf3
parentf47333b6969a744d64f01a3533fd9faff7e6b1bb (diff)
downloadmixlib-shellout-0bdcd675a3d7469566ecd0a4d2d307549ac15f8f.tar.gz
Update ruby versions to test on
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 102f660..82e236e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,10 +4,11 @@ cache: bundler
sudo: false
rvm:
- - 1.9.3
- - 2.0.0
- - 2.1.2
+ - 2.0
+ - 2.1
- 2.2
+ - 2.3
+
before_install:
- gem update bundler