summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCarlos Martín Nieto <carlos@cmartin.tk>2012-05-07 12:31:31 +0200
committerCarlos Martín Nieto <carlos@cmartin.tk>2012-05-07 12:31:31 +0200
commitc2d82a653350a07ff062ea009b25c41be3fd0b50 (patch)
tree940cf1eaffbb38164d84f256739acb0ab2466fcb /.travis.yml
parent9b62e40ecdb92ab7493eac514e1399d791fa6f62 (diff)
downloadlibgit2-c2d82a653350a07ff062ea009b25c41be3fd0b50.tar.gz
travis: run the tests verbosely
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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: