diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-28 21:35:16 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-28 21:35:16 +0200 |
commit | edf1b33c1939a672db4da0a8698ee1f039c1d92d (patch) | |
tree | 100bb3747b17e980fbe2b0b7246cc3ec63c8b3bb /.travis.yml | |
parent | b1a860444efc52fe8ceeb153adaa0faec1a2fa9e (diff) | |
download | tdv-edf1b33c1939a672db4da0a8698ee1f039c1d92d.tar.gz tdv-edf1b33c1939a672db4da0a8698ee1f039c1d92d.tar.xz tdv-edf1b33c1939a672db4da0a8698ee1f039c1d92d.zip |
Travis CI: fix stray "
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 4d5bc26..59becce 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 /^subdirs/d CTestTestfile.cmake - ctest -V |