summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-01 11:37:51 -0700
committerTim Smith <tsmith@chef.io>2019-05-01 11:37:51 -0700
commitf3b427b44d0375ce2a48bfad06049b5c0da280d4 (patch)
tree8e589c3adf4529a7fd887b13704a04b79127b6eb /.travis.yml
parent8dcd848b4b0e02ee50985c6c3d9e85c2ea3bc314 (diff)
downloadchef-f3b427b44d0375ce2a48bfad06049b5c0da280d4.tar.gz
Update to Ruby 2.6.3
This includes a few minor bugfixes and support for the new Japanese calendar. I also further pruned the gem groups to match the current ones in our Gemfile. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml36
1 files changed, 18 insertions, 18 deletions
diff --git a/.travis.yml b/.travis.yml
index a752cf9318..48892c1dbe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,26 +38,26 @@ matrix:
rvm: 2.5.5
sudo: true
script: sudo -E $(which bundle) exec rake spec:integration;
- bundler_args: --without ci docgen guard integration omnibus_package --frozen
+ bundler_args: --without docgen integration omnibus_package --frozen
- env:
INTEGRATION_SPECS_26: 1
- rvm: 2.6.2
+ rvm: 2.6.3
sudo: true
script: sudo -E $(which bundle) exec rake spec:integration;
- bundler_args: --without ci docgen guard integration omnibus_package --frozen
+ bundler_args: --without docgen integration omnibus_package --frozen
- env:
FUNCTIONAL_SPECS_25: 1
rvm: 2.5.5
sudo: true
# the travis apt proxy screws with our functional testing something fierce
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 omnibus_package --frozen
+ bundler_args: --without docgen integration omnibus_package --frozen
- env:
FUNCTIONAL_SPECS_26: 1
- rvm: 2.6.2
+ rvm: 2.6.3
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 omnibus_package --frozen
+ bundler_args: --without docgen integration omnibus_package --frozen
- env:
UNIT_SPECS_25: 1
rvm: 2.5.5
@@ -65,50 +65,50 @@ matrix:
script:
- sudo -E $(which bundle) exec rake spec:unit;
- sudo -E $(which bundle) exec rake component_specs
- bundler_args: --without ci docgen guard integration omnibus_package --frozen
+ bundler_args: --without docgen integration omnibus_package --frozen
- env:
UNIT_SPECS_26: 1
- rvm: 2.6.2
+ rvm: 2.6.3
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 omnibus_package --frozen
+ bundler_args: --without docgen integration omnibus_package --frozen
- env:
CHEFSTYLE: 1
- rvm: 2.6.2
+ rvm: 2.6.3
script: bundle exec rake style
# also remove integration / external tests
- bundler_args: --without ci docgen guard integration omnibus_package --frozen
+ bundler_args: --without docgen integration omnibus_package --frozen
#
# External tests
#
- env:
TEST_GEM: sethvargo/chef-sugar
script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake
- rvm: 2.6.2
+ rvm: 2.6.3
- env:
- PEDANT_OPTS=--skip-oc_id
- TEST_GEM=chef/chef-zero
- CHEF_FS=true
script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake pedant
- rvm: 2.6.2
+ rvm: 2.6.3
- env:
TEST_GEM: chef/cheffish
script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake spec
- rvm: 2.6.2
+ rvm: 2.6.3
- env:
TEST_GEM: chefspec/chefspec
script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake
- rvm: 2.6.2
+ rvm: 2.6.3
- env:
TEST_GEM: poise/halite
script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake spec
- rvm: 2.6.2
+ rvm: 2.6.3
- env:
TEST_GEM: chef/knife-windows
script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake unit_spec
- rvm: 2.6.2
+ rvm: 2.6.3
### START TEST KITCHEN ONLY ###
- rvm: 2.5.5
services: docker
@@ -361,7 +361,7 @@ matrix:
- env:
TEST_GEM: poise/halite
script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake spec
- rvm: 2.6.2
+ rvm: 2.6.3
notifications:
on_change: true