commit | 619c213795155613d1f00c2045a514be6801d911 | [log] [tgz] |
---|---|---|
author | Martin819 <polreichmartin@gmail.com> | Tue Mar 28 08:46:30 2017 +0200 |
committer | Martin819 <polreichmartin@gmail.com> | Tue Mar 28 08:46:38 2017 +0200 |
tree | 073f0ef809cf2c2156a198c2737d9a5019983902 | |
parent | f1931880b47789f3a853884ec0fb8aa25c05bb1a [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