Skip to content

Commit

Permalink
Update for Chef 15 license agreement and Chef Workstation
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 committed Jun 14, 2019
1 parent 03fa0f9 commit 26e3634
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
sudo: required
dist: trusty

addons:
apt:
sources:
- chef-current-trusty
- chef-current-xenial
packages:
- chefdk
- chef-workstation

# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"

env:
- CHEF_LICENSE=accept

branches:
only:
- master
Expand Down Expand Up @@ -50,4 +50,6 @@ matrix:
include:
- script:
- chef exec delivery local all
env: UNIT_AND_LINT=1
env:
- UNIT_AND_LINT=1
- CHEF_LICENSE=accept
1 change: 1 addition & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ driver:
provisioner:
name: chef_zero
deprecations_as_errors: true
chef_license: accept-no-persist

verifier:
name: inspec
Expand Down

0 comments on commit 26e3634

Please sign in to comment.