We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
${INSTANCE}
kitchen verify
1 parent 4fbe645 commit 36a8e31Copy full SHA for 36a8e31
.travis.yml
@@ -13,7 +13,7 @@ cache: bundler
13
14
# Script to run for the test stage
15
script:
16
- - bin/kitchen verify ${INSTANCE}
+ - bin/kitchen verify "${INSTANCE}"
17
18
# Stages and jobs matrix
19
stages:
0 commit comments