summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-03-19 16:37:11 -0700
committerTim Smith <tsmith@chef.io>2019-03-19 16:37:11 -0700
commita6c68723f8cb32c75b80cb32d2e93d7c3357514c (patch)
treedff8dbf175c7a24dc3653d32695711e14bc04f67
parent4da6ca58d1b74b72e7daccaee5d8f9d482140948 (diff)
downloadchef-a6c68723f8cb32c75b80cb32d2e93d7c3357514c.tar.gz
Test on Ruby 2.6.2 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 8d40420f06..a57763b1e2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,7 +48,7 @@ matrix:
bundler_args: --without ci docgen guard integration maintenance omnibus_package --frozen
- env:
INTEGRATION_SPECS_26: 1
- rvm: 2.6
+ rvm: 2.6.2
sudo: true
script: sudo -E $(which bundle) exec rake spec:integration;
bundler_args: --without ci docgen guard integration maintenance omnibus_package --frozen
@@ -68,7 +68,7 @@ matrix:
bundler_args: --without ci docgen guard integration maintenance omnibus_package --frozen
- env:
FUNCTIONAL_SPECS_26: 1
- rvm: 2.6
+ rvm: 2.6.2
sudo: true
script: sudo rm -f /etc/apt/apt.conf.d/99-travis-apt-proxy; sudo -E $(which bundle) exec rake spec:functional;
bundler_args: --without ci docgen guard integration maintenance omnibus_package --frozen
@@ -90,7 +90,7 @@ matrix:
bundler_args: --without ci docgen guard integration maintenance omnibus_package --frozen
- env:
UNIT_SPECS_26: 1
- rvm: 2.6
+ rvm: 2.6.2
sudo: true
script:
- sudo -E $(which bundle) exec rake spec:unit;