summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-01-29 13:44:41 -0800
committerTim Smith <tsmith@chef.io>2019-01-29 13:44:41 -0800
commit750737535d0590f155341bd67e72ec0104ce3558 (patch)
tree96c013f13bc98920cd76087d52ec06e2b14c2762
parentebc3557fbbb6f944f8e21d5945789814cfaa36ed (diff)
downloadchef-750737535d0590f155341bd67e72ec0104ce3558.tar.gz
Resolve travis functional failures on Ruby 2.6
Backports a change we made on Chef 15 already. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7fc0934bcc..1243ac5fcf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -70,7 +70,7 @@ matrix:
FUNCTIONAL_SPECS_26: 1
rvm: 2.6
sudo: true
- script: sudo -E $(which bundle) exec rake spec:functional;
+ 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:
UNIT_SPECS_24: 1