only post warning messages

This commit is contained in:
Daniel Wallace 2018-08-14 09:54:45 -05:00
parent 21d76e2e2b
commit f554bca851
No known key found for this signature in database
GPG key ID: 5FA5E5544F010D48

View file

@ -34,7 +34,7 @@ script:
# Check shell scripts
- shellcheck -s sh -f checkstyle bootstrap-salt.sh
# Run test-kitchen with docker driver:
- bundle exec kitchen create -c 10 "$SUITE"
- bundle exec kitchen create -l warn -c 10 "$SUITE"
- bundle exec kitchen converge "$SUITE"
- bundle exec kitchen verify "$SUITE"