commit | 1ce6df0b2e01c65c8fc8e05faa8e9dc4463159d1 | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Wed Dec 13 14:44:25 2017 +0100 |
committer | GitHub <noreply@github.com> | Wed Dec 13 14:44:25 2017 +0100 |
tree | d10ebef6647e4c3d64654fb1dafc608f8e396f7a | |
parent | f50f0c0be719abfdf88cdd2add89c200afc51419 [diff] | |
parent | ec4047a05c7d7179217a50e9ccda4c9103d5234a [diff] |
Merge pull request #40 from salt-formulas/fix-travis-tests fix, missing spec for travis ci
diff --git a/.kitchen.travis.yml b/.kitchen.travis.yml index 12d5cdf..dd501b9 100644 --- a/.kitchen.travis.yml +++ b/.kitchen.travis.yml
@@ -4,3 +4,8 @@ provisioner: pillars-from-files: nova.sls: tests/pillar/<%= ENV['SUITE'] %>.sls + pillars: + release.sls: + nova: + controller: + version: <%= ENV['OS_VERSION'] || 'ocata' %>