summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tball@chef.io>2019-04-15 16:54:13 -0600
committertyler-ball <tball@chef.io>2019-04-15 17:34:41 -0600
commitdf3c213174bc8eb551ff51abad6155afa6ae9d89 (patch)
treed7c0dffef1ab5e0f96f9ceb00f688903b4c1618c
parentb322ced738bd0de3a3fb2644901adb13b11ce33d (diff)
downloadchef-df3c213174bc8eb551ff51abad6155afa6ae9d89.tar.gz
f: testing with TK branch
Signed-off-by: tyler-ball <tball@chef.io>
-rw-r--r--kitchen-tests/Gemfile2
-rw-r--r--kitchen-tests/kitchen.travis.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile
index da32a513ad..d92acb558c 100644
--- a/kitchen-tests/Gemfile
+++ b/kitchen-tests/Gemfile
@@ -9,4 +9,4 @@ gem "kitchen-dokken", "=1.1.1" # 2.x fails atm: https://travis-ci.org/chef/chef/
gem "kitchen-docker", git: "https://github.com/test-kitchen/kitchen-docker.git", branch: "master"
gem "kitchen-inspec", git: "https://github.com/chef/kitchen-inspec.git", branch: "master"
gem "kitchen-vagrant", git: "https://github.com/test-kitchen/kitchen-vagrant.git", branch: "master"
-gem "test-kitchen", git: "https://github.com/test-kitchen/test-kitchen.git", branch: "master"
+gem "test-kitchen", git: "https://github.com/test-kitchen/test-kitchen.git", branch: "chef_license_accept"
diff --git a/kitchen-tests/kitchen.travis.yml b/kitchen-tests/kitchen.travis.yml
index f39390a13d..dae6c24d3e 100644
--- a/kitchen-tests/kitchen.travis.yml
+++ b/kitchen-tests/kitchen.travis.yml
@@ -14,7 +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"
+ chef_license: "accept-no-persist"
github_owner: "chef"
github_repo: "chef"
refname: <%= ENV['TRAVIS_COMMIT'] %>