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
tas50 committed Jun 14, 2019
1 parent 3feda54 commit 39fb7ba
Showing 1 changed file with 8 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
@@ -37,4 +37,6 @@ matrix:
include:
- script:
- chef exec delivery local all
env: UNIT_AND_LINT=1
env:
- UNIT_AND_LINT=1
- CHEF_LICENSE=accept

0 comments on commit 39fb7ba

Please sign in to comment.