X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=blobdiff_plain;f=.travis.yml;h=684984f1b3f0ded0a78f9e353700f13fcad57fe3;hp=6385840e91e8ac726a7d9c6e9c972fe926492792;hb=refs%2Fchanges%2F75%2F14075%2F1;hpb=ee05fbc7ce47829713b0d302747c9bcaba7cb0ce diff --git a/.travis.yml b/.travis.yml index 6385840..684984f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,17 +17,18 @@ install: - bundle install env: - - SUITE='single' - - SUITE='cluster' - - SUITE='curator' - - SUITE='client' + - PLATFORM=trevorj/salty-whales:xenial SUITE=single + - PLATFORM=trevorj/salty-whales:xenial SUITE=cluster + - PLATFORM=trevorj/salty-whales:xenial SUITE=curator + - PLATFORM=trevorj/salty-whales:xenial SUITE=client before_script: - set -o pipefail - make test | tail script: - - test ! -e .kitchen.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: