diff options
author | Tim Smith <tsmith@chef.io> | 2016-08-22 14:51:27 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2016-08-22 14:51:27 -0700 |
commit | 3fee839fd02fe061fbd840ba970ee7c826636c02 (patch) | |
tree | 4679323afad70298cf6d52ae5f18762ebfdea3d0 /.travis.yml | |
parent | 2ff0466762a73f9dd8fa4c92bf5a2e35065f4bad (diff) | |
download | mixlib-shellout-3fee839fd02fe061fbd840ba970ee7c826636c02.tar.gz |
Require Ruby 2.1+deprecate
Just removes some 1.9 logic from testing.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 532f415..ea98a8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,9 @@ cache: bundler sudo: false rvm: - - 2.0 - - 2.1 - - 2.2 - - 2.3.0 + - 2.1.9 + - 2.2.5 + - 2.3.1 before_install: - gem update bundler |