From c2d82a653350a07ff062ea009b25c41be3fd0b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Mon, 7 May 2012 12:31:31 +0200 Subject: [PATCH] travis: run the tests verbosely --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4c8c42aaa..b9a08dc59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ script: # Run Tests after_script: - - ctest . + - ctest -V . # Only watch the development branch branches: