Update .travis.yml and .kitchen.yml files for parallel testing
Change-Id: I8c58af3020abb06900f041de36a1f1afdfb66fa5
diff --git a/.travis.yml b/.travis.yml
index 18742e0..c4761e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,14 +17,14 @@
- bundle install
env:
- - PLATFORM=trevorj/salty-whales:xenial
+ - PLATFORM=trevorj/salty-whales:xenial SUITE=default
before_script:
- set -o pipefail
- make test | tail
script:
- - test ! -e .kitchen.yml || bundle exec kitchen test -t tests/integration
+ - KITCHEN_LOCAL_YAML=.kitchen.travis.yml bundle exec kitchen test -t tests/integration
notifications:
webhooks: