From 8055b60e9fe74012616bf1407db62ad9c50dac31 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Tue, 8 Oct 2019 16:43:30 +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..04525d20 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: