diff options
author | tyler-ball <tyleraball@gmail.com> | 2015-12-07 10:44:22 -0700 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2015-12-07 10:44:22 -0700 |
commit | 9c213e9ae4c8782d80f730604ee53cbaa0627076 (patch) | |
tree | ceaa4c167d1ff483df39f134d512c705af6baccf /.travis.yml | |
parent | 5b0f23f56aeb4eec2c4bea29a3d4ff93caa4c11b (diff) | |
download | chef-9c213e9ae4c8782d80f730604ee53cbaa0627076.tar.gz |
Updating the proxy tests config in .travis.yml to export a new env variable we needtball/proxy_test_pending_changes
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
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 |