From 99b0ba5e4935889343b29052186e41f4cf5aa39e Mon Sep 17 00:00:00 2001
From: Kasper Marstal <kaspermarstal@gmail.com>
Date: Thu, 17 Dec 2015 15:27:33 +0100
Subject: [PATCH] COMP: Show all CMake output

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 0a1ddc06..b3766c52 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ before_script:
 
 script:
   - cmake ../SuperElastix/SuperBuild
-  - make | grep -v '^--' | grep -v '^Installing' | grep -v '^common'
+  - make
 
 after_success:
   - cd SuperElastix-build
-- 
GitLab