diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-28 09:51:21 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-28 09:51:21 -0700 |
commit | a3159a69242adc94050e1664a7c1ced9d08a84a6 (patch) | |
tree | cb02a1a1ff091be93644720822d8e1d8ebf3d107 /.travis.yml | |
parent | d3d8d0d4bf99f7a8e76bd0cfd583f583ad3de830 (diff) | |
download | chef-a3159a69242adc94050e1664a7c1ced9d08a84a6.tar.gz |
bump ruby to 2.4.1
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3afe4670c2..f7af1210ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ matrix: script: sudo -E $(which bundle) exec rake spec; # also remove integration / external tests bundler_args: --without ci development docgen guard integration maintenance omnibus_package tools aix bsd mac_os_x solaris windows --frozen - - rvm: 2.4.0 + - rvm: 2.4.1 sudo: true script: sudo -E $(which bundle) exec rake spec; # also remove integration / external tests |