Change-Id: If3a486b040fd41da1ca4a8ba1454f915c62098d6pull/139/head
@@ -1,6 +0,0 @@ | |||
suites: | |||
- name: <%= ENV['SUITE'] %> | |||
provisioner: | |||
pillars-from-files: | |||
linux.sls: tests/pillar/<%= ENV['SUITE'] %>.sls |
@@ -34,7 +34,8 @@ before_script: | |||
- make test | tail | |||
script: | |||
- KITCHEN_LOCAL_YAML=.kitchen.travis.yml bundle exec kitchen test -t tests/integration | |||
- test ! -e .kitchen.yml || bundle exec kitchen converge ${SUITE} || true | |||
- test ! -e .kitchen.yml || bundle exec kitchen verify ${SUITE} -t tests/integration | |||
notifications: | |||
webhooks: |