From b1a860444efc52fe8ceeb153adaa0faec1a2fa9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 28 May 2015 21:33:08 +0200 Subject: [PATCH] Travis CI: fix testing --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 068dc7c..4d5bc26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,4 +31,6 @@ script: - cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DWITH_GTK=ON -DBUILD_TESTING=ON - make - cpack -G DEB - - ctest + # We've excluded the tests in termo from the build + - sed -i /^subdirs/d CTestTestfile.cmake" + - ctest -V