Commit dd99b900 authored by jlaura's avatar jlaura Committed by Jesse Mapel
Browse files

Adds verbose ctest for travis (#93)

parent beb88ccc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ script:
  - cd build
  - cmake -DCOVERAGE=ON ..
  - cmake --build .
  - ctest
  - ctest -VV
  - cd ..

after_success: