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=f25c6af5b6e639a6e6052a27d68637aa8088f6ce;hpb=0c7f56701811fd401c78a1121d726a2e96e10fee 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: