diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-28 22:01:57 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-28 22:01:57 +0200 |
commit | 59dc1c31a8b07533c1b5c1c570dcc3fdb2b39e0d (patch) | |
tree | 8246f5ca60fddb914223e2d17b1e71b93375d3ed /.travis.yml | |
parent | edf1b33c1939a672db4da0a8698ee1f039c1d92d (diff) | |
download | tdv-59dc1c31a8b07533c1b5c1c570dcc3fdb2b39e0d.tar.gz tdv-59dc1c31a8b07533c1b5c1c570dcc3fdb2b39e0d.tar.xz tdv-59dc1c31a8b07533c1b5c1c570dcc3fdb2b39e0d.zip |
Travis CI: final attempt at fixing
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 59becce..1e855e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,5 +32,5 @@ script: - make - cpack -G DEB # We've excluded the tests in termo from the build - - sed -i /^subdirs/d CTestTestfile.cmake + - sed -i -e "/^subdirs/d" -e "/^SUBDIRS/d" CTestTestfile.cmake - ctest -V |