Update for Chef 15 license agreement and Chef Workstation
This commit is contained in:
parent
684b407157
commit
7031d06df0
10
.travis.yml
10
.travis.yml
@ -1,16 +1,16 @@
|
|||||||
sudo: required
|
|
||||||
dist: trusty
|
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- chef-current-trusty
|
- chef-current-xenial
|
||||||
packages:
|
packages:
|
||||||
- chefdk
|
- chef-workstation
|
||||||
|
|
||||||
# Don't `bundle install` which takes about 1.5 mins
|
# Don't `bundle install` which takes about 1.5 mins
|
||||||
install: echo "skip bundle install"
|
install: echo "skip bundle install"
|
||||||
|
|
||||||
|
env:
|
||||||
|
- CHEF_LICENSE=accept
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user