commit | 4d8b3b242fce7d7b6504d15ab043bd6bb68d6412 | [log] [tgz] |
---|---|---|
author | Martin819 <polreichmartin@gmail.com> | Tue Mar 28 08:10:38 2017 +0200 |
committer | Martin819 <polreichmartin@gmail.com> | Tue Mar 28 08:10:38 2017 +0200 |
tree | 146b917ffee5162ac14d027c352ea179b3424ac5 | |
parent | 828f49a7802385ca4695cc85a915ca29c5ea44a4 [diff] |
show 'make test' errors in Travis
diff --git a/.travis.yml b/.travis.yml index 4c8e84e..f760156 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -23,7 +23,8 @@ - PLATFORM=trevorj/salty-whales:xenial before_script: - - make test | tail - + - set -o pipefail + - make test | tail + script: - test ! -e .kitchen.yml || bundle exec kitchen test -t tests/integration