commit | 3b2001d8d64b03c4322fdd5d7f40ba3fd89c900b | [log] [tgz] |
---|---|---|
author | Martin819 <polreichmartin@gmail.com> | Tue Mar 28 08:28:32 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Tue Apr 04 14:12:43 2017 +0200 |
tree | bc0f21a6806b430d32b9fec99802e6826be9222f | |
parent | 2ce29c3dccf4fb1ec8765678f4c2194ad1873096 [diff] [blame] |
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