ci(travis): quote ${INSTANCE} when running kitchen verify

* https://github.com/saltstack-formulas/template-formula/pull/175#discussion_r332525964
This commit is contained in:
Imran Iqbal 2019-10-08 16:43:30 +01:00
parent 9566b6fb63
commit 00d56a4dfc
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819

View file

@ -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: