From 479527bb9224e250f5c69beca09c9d58e26981a5 Mon Sep 17 00:00:00 2001 From: Pavel Belikov Date: Thu, 23 Nov 2017 19:49:39 +0300 Subject: fix coveralls --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d4892fe..efba6f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -145,6 +145,6 @@ before_install: - pip install --user cpp-coveralls after_success: - - if [ "${COVERAGE}" = 1 ]; then coveralls --root .. -E ".*catch.*" -E ".*CMakeFiles.*" -E ".*gitlike.cxx.*" -E ".*test.cxx.*"; fi + - if [ "${COVERAGE}" = 1 ]; then coveralls --root .. -E ".*catch.*" -E ".*CMakeFiles.*" -E ".*gitlike.cxx.*" -E ".*test.*"; fi -- cgit v1.2.1