show 'make test' errors in Travis
diff --git a/.travis.yml b/.travis.yml
index 4c8e84e..f760156 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