diff --git a/.travis.yml b/.travis.yml
index 93191ee34340db11e6c47dc3924f1ad7cc38e7ca..846528f5ffacc2723344b14db89e3d2d30fc317e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,7 +35,7 @@ script:
   - make -j4
 
   # Run unit tests
-  - make test
+  - make test || ctest -VV
 
   # Make sure we can install and uninstall with no issues
   - sudo make -j4 install