Merge pull request #3 from Martin819/master

added tail to make test
diff --git a/.travis.yml b/.travis.yml
index 43e84c7..61caea2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,8 @@
   - bundle install
 
 before_script:
-  - make test
+  - set -o pipefail
+  - make test | tail 
 
 script:
   - test ! -e .kitchen.yml || bundle exec kitchen test