From 355ca0e7097571b216b315292580c0dba449dd68 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sun, 3 Jun 2018 12:11:25 -0700 Subject: [PATCH] Fix travis for new kitchen config location Signed-off-by: Tim Smith --- .gitignore | 2 +- .travis.yml | 2 +- chefignore | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6c97e28..8f93e57 100644 --- a/.gitignore +++ b/.gitignore @@ -37,7 +37,7 @@ doc/ # chef stuff Berksfile.lock .kitchen -.kitchen.local.yml +kitchen.local.yml vendor/ .coverage/ .zero-knife.rb diff --git a/.travis.yml b/.travis.yml index f4e1398..b1b1db3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ before_script: - cookstyle --version - foodcritic --version -script: KITCHEN_LOCAL_YAML=.kitchen.dokken.yml kitchen verify ${INSTANCE} +script: KITCHEN_LOCAL_YAML=kitchen.dokken.yml kitchen verify ${INSTANCE} matrix: include: diff --git a/chefignore b/chefignore index cd4830c..93149fa 100644 --- a/chefignore +++ b/chefignore @@ -54,7 +54,7 @@ features/* examples/* Guardfile Procfile -.kitchen* +kitchen* .rubocop.yml spec/* Rakefile