diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-28 21:33:08 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-28 21:33:08 +0200 |
commit | b1a860444efc52fe8ceeb153adaa0faec1a2fa9e (patch) | |
tree | 12b1ce5a1d5bf458dfb9986bb442e1cc2bc0930f /.travis.yml | |
parent | cd13ae9f8eb1ff1fa851350a2af37b81c55d179d (diff) | |
download | tdv-b1a860444efc52fe8ceeb153adaa0faec1a2fa9e.tar.gz tdv-b1a860444efc52fe8ceeb153adaa0faec1a2fa9e.tar.xz tdv-b1a860444efc52fe8ceeb153adaa0faec1a2fa9e.zip |
Travis CI: fix testing
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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 |