summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tball@chef.io>2019-04-15 16:25:06 -0600
committertyler-ball <tball@chef.io>2019-04-15 17:34:41 -0600
commitb322ced738bd0de3a3fb2644901adb13b11ce33d (patch)
tree5f0e956d30700b4bfdf8a2e7fb250bd7f4e5dadd
parent23705c5f7095994f951f5ef0fe16175951bead1f (diff)
downloadchef-b322ced738bd0de3a3fb2644901adb13b11ce33d.tar.gz
f: test env var
Signed-off-by: tyler-ball <tball@chef.io>
-rw-r--r--kitchen-tests/kitchen.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kitchen-tests/kitchen.travis.yml b/kitchen-tests/kitchen.travis.yml
index f445f5a36e..f39390a13d 100644
--- a/kitchen-tests/kitchen.travis.yml
+++ b/kitchen-tests/kitchen.travis.yml
@@ -14,6 +14,7 @@ provisioner:
require_chef_omnibus: latest
chef_omnibus_url: "https://omnitruck.chef.io/install.sh"
chef_omnibus_install_options: "-c current"
+ command_prefix: "env CHEF_LICENSE=accept-no-prefix"
github_owner: "chef"
github_repo: "chef"
refname: <%= ENV['TRAVIS_COMMIT'] %>