From 18d04d68fdee43e502c9e6abb1b4f9287f359662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Thu, 20 Jun 2019 18:08:24 +0200 Subject: [PATCH] Accept the Chef license agreement on Travis Based on https://github.com/chef-cookbooks/habitat/blob/c3eaf7eac23d17a82f6eec280f973aecf5243744/.travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c323b91..c581c93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,14 +26,14 @@ env: before_script: - sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER ) - eval "$(chef shell-init bash)" - - chef --version + - CHEF_LICENSE=accept-no-persist chef --version - cookstyle --version - foodcritic --version -script: KITCHEN_LOCAL_YAML=.kitchen.dokken.yml CHEF_VERSION=13.10.4 kitchen verify ${INSTANCE} +script: CHEF_LICENSE=accept-no-persist KITCHEN_LOCAL_YAML=.kitchen.dokken.yml CHEF_VERSION=13.10.4 kitchen verify ${INSTANCE} matrix: include: - script: - - chef exec delivery local all + - CHEF_LICENSE=accept-no-persist chef exec delivery local all env: UNIT_AND_LINT=1