summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2017-01-17 09:58:07 +0000
committerGitHub <noreply@github.com>2017-01-17 09:58:07 +0000
commit24057b18b284c7fac5d942a2a30686eb8856cf69 (patch)
treedf4bbdad740bcf60535bce057c1b8f3cfbf9eb64
parent5e20797a02329e3769ced4bec3262951bed5b632 (diff)
parent61244abd6538ab5ca9ae11e8029b4fd6ed3f1e53 (diff)
downloadmixlib-shellout-24057b18b284c7fac5d942a2a30686eb8856cf69.tar.gz
Merge pull request #134 from chef/24_testing
Test on Ruby 2.4.0 in Travis
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c5340d5..f77d573 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,9 @@ language: ruby
cache: bundler
sudo: false
rvm:
- - 2.2.5
- - 2.3.1
+ - 2.2.6
+ - 2.3.3
+ - 2.4.0
branches:
only:
- master