summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-13 10:00:27 -0800
committerTim Smith <tsmith@chef.io>2019-01-16 10:36:33 -0800
commitd76f2da63bfe6ee8d958026c783b9ac0b0e30295 (patch)
treee4a551673b127e06a69b3a7ed9172827b04fb6d7
parenta24649f8d3cf0108b6acccde76953d8d145afa04 (diff)
downloadchef-d76f2da63bfe6ee8d958026c783b9ac0b0e30295.tar.gz
Add Ruby 2.6 testing
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e5ddf5ab26..fe5d274050 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,6 +47,12 @@ matrix:
script: sudo -E $(which bundle) exec rake spec:integration;
bundler_args: --without ci docgen guard integration maintenance omnibus_package --frozen
- env:
+ INTEGRATION_SPECS_26: 1
+ rvm: 2.6
+ sudo: true
+ script: sudo -E $(which bundle) exec rake spec:integration;
+ bundler_args: --without ci docgen guard integration maintenance omnibus_package --frozen
+ - env:
FUNCTIONAL_SPECS_24: 1
rvm: 2.4.5
sudo: true
@@ -61,6 +67,12 @@ matrix:
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
- env:
+ FUNCTIONAL_SPECS_26: 1
+ rvm: 2.6
+ sudo: true
+ script: sudo -E $(which bundle) exec rake spec:functional;
+ bundler_args: --without ci docgen guard integration maintenance omnibus_package --frozen
+ - env:
UNIT_SPECS_24: 1
rvm: 2.4.5
sudo: true
@@ -77,6 +89,14 @@ matrix:
- sudo -E $(which bundle) exec rake component_specs
bundler_args: --without ci docgen guard integration maintenance omnibus_package --frozen
- env:
+ UNIT_SPECS_26: 1
+ rvm: 2.6
+ sudo: true
+ script:
+ - sudo -E $(which bundle) exec rake spec:unit;
+ - sudo -E $(which bundle) exec rake component_specs
+ bundler_args: --without ci docgen guard integration maintenance omnibus_package --frozen
+ - env:
CHEFSTYLE: 1
rvm: 2.5.3
script: bundle exec rake style