Travis CI: Make the tests verbose

This commit is contained in:
Přemysl Eric Janouch 2015-02-08 16:12:38 +01:00
parent f2ae2fbd35
commit 9e54e5a49c
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ script:
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=ON
- make
- cpack -G DEB
- ctest
- ctest -V