diff options
| author | Carlos Martín Nieto <carlos@cmartin.tk> | 2012-05-07 12:31:31 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <carlos@cmartin.tk> | 2012-05-07 12:31:31 +0200 |
| commit | c2d82a653350a07ff062ea009b25c41be3fd0b50 (patch) | |
| tree | 940cf1eaffbb38164d84f256739acb0ab2466fcb | |
| parent | 9b62e40ecdb92ab7493eac514e1399d791fa6f62 (diff) | |
| download | libgit2-c2d82a653350a07ff062ea009b25c41be3fd0b50.tar.gz | |
travis: run the tests verbosely
| -rw-r--r-- | .travis.yml | 2 |
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: |
