commit | d47757d2afdd80867e385c4e08e422ecbf44c248 | [log] [tgz] |
---|---|---|
author | Martin819 <polreichmartin@gmail.com> | Tue Mar 28 08:36:40 2017 +0200 |
committer | Martin819 <polreichmartin@gmail.com> | Tue Mar 28 08:36:40 2017 +0200 |
tree | 3951e3292cb58646a9af90a647690fd3377dd29c | |
parent | 07885fc9699add679a783fca28e68edc67264818 [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