From 36a8e31cadc7ddf7a81bdf0c1bb976929d894689 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 8f92003f..2431e8bf 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: