summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-12 20:24:23 -0800
committerGitHub <noreply@github.com>2018-12-12 20:24:23 -0800
commit6bd78908bd9a804506775d7e47a4f2a67a544d0a (patch)
tree04402f0e331566c96262cf0b0c32881ca3189169
parent988db545d57a0a2032db4a0939daa361696ac2cf (diff)
parent6515f6743808bb9ad1887b46e20cc2392d8a16b3 (diff)
downloadchef-6bd78908bd9a804506775d7e47a4f2a67a544d0a.tar.gz
Merge pull request #8040 from chef/lcg/guessing
Remove travis apt proxy before running functional tests
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d5d1a7d707..3a311ed931 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,8 @@ matrix:
FUNCTIONAL_SPECS_25: 1
rvm: 2.5.3
sudo: true
- script: sudo -E $(which bundle) exec rake spec:functional;
+ # 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 maintenance omnibus_package --frozen
- env:
UNIT_SPECS_25: 1