Optimize kitchen tests for Travis CI
Change-Id: I60c2e8d9fccbcd0c1370a102346ca68bc667d384
diff --git a/.travis.yml b/.travis.yml
index 61b080e..9ae65fa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,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: