summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-24 18:58:51 -0700
committerTim Smith <tsmith@chef.io>2018-10-24 18:58:51 -0700
commit62e5544a07617888adcafa349cd365a20f97bd9a (patch)
treef8e8dee5787d973d0cd8ea8b1a3dda00f6acd811
parentf64d0232d185a12e48b83b4a428c189f3428b36a (diff)
downloadchef-62e5544a07617888adcafa349cd365a20f97bd9a.tar.gz
Test on Ruby 2.4.5 in Travis not 2.4.4
Get the latest bugfix release in Travis Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 3d97bc5ed9..b918dfe7d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,7 +36,7 @@ matrix:
include:
- env:
INTEGRATION_SPECS_24: 1
- rvm: 2.4.4
+ rvm: 2.4.5
sudo: true
script: sudo -E $(which bundle) exec rake spec:integration;
bundler_args: --without ci docgen guard integration maintenance omnibus_package --frozen
@@ -48,7 +48,7 @@ matrix:
bundler_args: --without ci docgen guard integration maintenance omnibus_package --frozen
- env:
FUNCTIONAL_SPECS_24: 1
- rvm: 2.4.4
+ rvm: 2.4.5
sudo: true
script: sudo -E $(which bundle) exec rake spec:functional;
bundler_args: --without ci docgen guard integration maintenance omnibus_package --frozen
@@ -60,7 +60,7 @@ matrix:
bundler_args: --without ci docgen guard integration maintenance omnibus_package --frozen
- env:
UNIT_SPECS_24: 1
- rvm: 2.4.4
+ rvm: 2.4.5
sudo: true
script:
- sudo -E $(which bundle) exec rake spec:unit;