diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2016-12-25 13:07:53 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2016-12-25 13:07:53 +0100 |
| commit | aa111ebed0ef1687455683734896b5854aa1546a (patch) | |
| tree | 6251366f943c50f65290cd5d9155044a9e19e08f /.travis.yml | |
| parent | f9305ef01cf402651b12b3f068f30cc8c2af65e9 (diff) | |
| download | extfs-aa111ebed0ef1687455683734896b5854aa1546a.tar.xz extfs-aa111ebed0ef1687455683734896b5854aa1546a.zip | |
extfs: add empty label test
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 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 |
