summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-11-09 12:19:10 -0800
committerTim Smith <tsmith@chef.io>2017-11-09 12:19:10 -0800
commitbce2379539cb4f905b87c3e390fa4a9c38492807 (patch)
treeca5648087a38d91f753293675501eca3c36499a0
parentf1689df55d5a9f41b1bf7e59dd9aea5752faf5f9 (diff)
downloadchef-bce2379539cb4f905b87c3e390fa4a9c38492807.tar.gz
Use ruby 2.4.1
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 458858f4bc..6dbb1b7f76 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
language: ruby
sudo: true
-dist: trusty
# Early warning system to catch if Rubygems breaks something
before_install:
@@ -34,6 +33,6 @@ matrix:
- rvm: 2.3.5
script: sudo -E $(which bundle) exec rake spec;
bundler_args: --without ci docgen guard integration maintenance omnibus_package --frozen
- - rvm: 2.4.2
+ - rvm: 2.4.1
script: sudo -E $(which bundle) exec rake spec;
bundler_args: --without ci docgen guard integration maintenance omnibus_package --frozen