From 88fbddbd9776e826ed701455b6a8ba6830c75b1d Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Tue, 8 Oct 2019 15:29:43 +0100 Subject: [PATCH] ci(travis): quote `${INSTANCE}` when running `kitchen verify` * https://github.com/saltstack-formulas/template-formula/pull/175#discussion_r332525964 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a470617..45e54929 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ cache: bundler # Script to run for the test stage script: - - bin/kitchen verify ${INSTANCE} + - bin/kitchen verify '${INSTANCE}' # Stages and jobs matrix stages: