summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2015-12-07 10:44:22 -0700
committertyler-ball <tyleraball@gmail.com>2015-12-07 10:44:22 -0700
commit9c213e9ae4c8782d80f730604ee53cbaa0627076 (patch)
treeceaa4c167d1ff483df39f134d512c705af6baccf
parent5b0f23f56aeb4eec2c4bea29a3d4ff93caa4c11b (diff)
downloadchef-tball/proxy_test_pending_changes.tar.gz
Updating the proxy tests config in .travis.yml to export a new env variable we needtball/proxy_test_pending_changes
-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