commit | 574df2cb0d9d48f21d6fbf9db2d83c02f2a8a301 | [log] [tgz] |
---|---|---|
author | Martin819 <polreichmartin@gmail.com> | Tue Mar 28 08:42:36 2017 +0200 |
committer | Martin819 <polreichmartin@gmail.com> | Tue Mar 28 08:42:36 2017 +0200 |
tree | c5b70fb98a2b022ce878d9c9cedfae2fac5fa163 | |
parent | 584f6dd43487ef59be85cfc744699df44936fed6 [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