Skip to content

Commit 507a7c1

Browse files
Merge pull request #334 from ninnghazad/master
... and another fix for travis.
2 parents 649b020 + 63825d2 commit 507a7c1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,9 @@ after_success:
147147
lcov --version
148148
pwd && ls -laF . /usr/bin/gcov*
149149
150-
cd $BUILD_ROOT && pwd
151-
find ~/ -name "*gcno" -or -name "*gcda"
150+
# cd $BUILD_ROOT && pwd
151+
cd $SOURCE_ROOT && pwd
152+
# find ~/ -name "*gcno" -or -name "*gcda"
152153
# lcov --gcov-tool /usr/bin/gcov-8 --directory PlayRho --directory UnitTests --base-directory $SOURCE_ROOT --capture --output-file coverage.info
153154
lcov --gcov-tool /usr/bin/gcov-8 --compat-libtool --directory PlayRho --directory UnitTests --base-directory ../PlayRho/ --capture --output-file coverage.info --quiet
154155
echo "Lcov exited with status $?"
@@ -158,5 +159,5 @@ after_success:
158159
ls -laF coverage.info
159160
lcov --list coverage.info
160161
cd $SOURCE_ROOT && pwd
161-
coveralls-lcov --verbose $BUILD_ROOT/coverage.info
162+
coveralls-lcov --verbose $SOURCE_ROOT/coverage.info
162163
fi

0 commit comments

Comments
 (0)