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 9359bad commit 8055b60Copy full SHA for 8055b60
.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