Optimize kitchen tests for Travis CI
Change-Id: If3a486b040fd41da1ca4a8ba1454f915c62098d6
diff --git a/.travis.yml b/.travis.yml
index 3e54539..714c249 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,7 +34,8 @@
- 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: