From 6ee7fdf6220720ca6d80f8606f2df963eef9d84b Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@gmail.com> Date: Tue, 12 Feb 2019 16:00:42 +0100 Subject: [PATCH] [CI] if tests are failing, get verbose output --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 93191ee3..846528f5 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 -- GitLab