Skip to content

Commit 88fbddb

Browse files
committed
ci(travis): quote ${INSTANCE} when running kitchen verify
* #175 (comment)
1 parent 9359bad commit 88fbddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cache: bundler
1313

1414
# Script to run for the test stage
1515
script:
16-
- bin/kitchen verify ${INSTANCE}
16+
- bin/kitchen verify '${INSTANCE}'
1717

1818
# Stages and jobs matrix
1919
stages:

0 commit comments

Comments
 (0)