commit | f7613e483cce60d612a215b0a995d418018b5c8f | [log] [tgz] |
---|---|---|
author | Martin819 <polreichmartin@gmail.com> | Tue Mar 28 09:40:12 2017 +0200 |
committer | Martin819 <polreichmartin@gmail.com> | Tue Mar 28 09:40:28 2017 +0200 |
tree | eb73addc110e335291d933de05c87285fb6a79d3 | |
parent | 9de11c61726ab0b15dc526a9d62db3629148a0f4 [diff] |
show 'make test' errors in Travis
diff --git a/.travis.yml b/.travis.yml index 4c8e84e..9046c79 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