summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Ball <tyler-ball@users.noreply.github.com>2015-12-07 12:50:36 -0700
committerTyler Ball <tyler-ball@users.noreply.github.com>2015-12-07 12:50:36 -0700
commitf784e60105751b135c5856d54ec23861534c9c66 (patch)
tree2ca4be6b84b7f09acf5e3f32eb172c84057bb8c5
parentfd0ae035aecb0b31ca74a89ffb44a965e8ff4e1b (diff)
parent9c213e9ae4c8782d80f730604ee53cbaa0627076 (diff)
downloadchef-f784e60105751b135c5856d54ec23861534c9c66.tar.gz
Merge pull request #4246 from chef/tball/proxy_test_pending_changes
Updating the proxy tests config in .travis.yml to export a new env variable we need
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e619dd9f9d..f724f09d4c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -134,7 +134,9 @@ matrix:
before_install:
- sudo apt-get update
- sudo apt-get -y install squid3 git
- env: PROXY_TESTS_DIR=/tmp/proxy_tests
+ env:
+ - PROXY_TESTS_DIR=/tmp/proxy_tests
+ - PROXY_TESTS_REPO=$PROXY_TESTS_DIR/repo
script:
- bundle exec chef-client --version
- git clone https://github.com/chef/proxy_tests.git