commit | dadd3e2289ab5fe25282a4b32b35de6dccbfe4fc | [log] [tgz] |
---|---|---|
author | Martin819 <polreichmartin@gmail.com> | Tue Mar 28 08:05:33 2017 +0200 |
committer | Martin819 <polreichmartin@gmail.com> | Tue Mar 28 08:05:33 2017 +0200 |
tree | 6961c3991cc5e6f3169f954396b56196a9531351 | |
parent | 7d90515f297fef499850d9ad41092fec72965277 [diff] [blame] |
show 'make test' errors in Travis
diff --git a/.travis.yml b/.travis.yml index 5d41eaf..61caea2 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -19,7 +19,8 @@ - bundle install before_script: - - make test | tail + - set -o pipefail + - make test | tail script: - test ! -e .kitchen.yml || bundle exec kitchen test