summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2016-12-25 13:07:53 +0100
committerFelix Morgner <felix.morgner@gmail.com>2016-12-25 13:07:53 +0100
commitaa111ebed0ef1687455683734896b5854aa1546a (patch)
tree6251366f943c50f65290cd5d9155044a9e19e08f /.travis.yml
parentf9305ef01cf402651b12b3f068f30cc8c2af65e9 (diff)
downloadextfs-aa111ebed0ef1687455683734896b5854aa1546a.tar.xz
extfs-aa111ebed0ef1687455683734896b5854aa1546a.zip
extfs: add empty label test
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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