From aa111ebed0ef1687455683734896b5854aa1546a Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 25 Dec 2016 13:07:53 +0100 Subject: extfs: add empty label test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 19aadbe..4db3206 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,5 +94,5 @@ script: - if [ "$BUILD_TYPE" == "Coverage" ]; then cmake --build . --target extfs_coverage; fi after_success: - - if [ "$BUILD_TYPE" == "Coverage" ]; then sed -i'' -e "s_$(cd .. && pwd)__g" coverage.info.cleaned; fi + - if [ "$BUILD_TYPE" == "Coverage" ]; then sed -i'' -e "s_$(cd .. && pwd)/__g" coverage.info.cleaned; fi - if [ "$BUILD_TYPE" == "Coverage" ]; then cd .. && coveralls-lcov --repo-token ${COVERALLS_API_TOKEN} build/coverage.info.cleaned; fi -- cgit v1.2.3