Commit c2d82a653350a07ff062ea009b25c41be3fd0b50

Carlos Martín Nieto 2012-05-07T12:31:31

travis: run the tests verbosely

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/.travis.yml b/.travis.yml
index 4c8c42a..b9a08dc 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: