From edf1b33c1939a672db4da0a8698ee1f039c1d92d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 28 May 2015 21:35:16 +0200 Subject: [PATCH] Travis CI: fix stray " --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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