Skip to content

Commit

Permalink
CELIX-269: Merge branch 'develop' of https://git-wip-us.apache.org/re…
Browse files Browse the repository at this point in the history
…pos/asf/celix into develop
  • Loading branch information
pnoltes committed Nov 4, 2015
2 parents a369efd + 367fc69 commit fe59e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ after_success:
- if [ "$CC" = "gcc" ] && [ "$TRAVIS_OS_NAME" = "linux" ]; then
cd ${TRAVIS_BUILD_DIR}/build;
gem install coveralls-lcov &&
make coverage &&
lcx="lcov --output-file=coverage.info " && for i in `find . -name "*.info.cleaned"`; do lcx+=" --add-tracefile=$i"; done && $lcx && coveralls-lcov --repo-token=9dpeTAjiGoQU5hgXFe0ezk65iu40oc3WY coverage.info
make coverage &&
lcx="lcov --output-file=coverage.info " && for i in `find . -name "*.info.cleaned"`; do lcx+=" --add-tracefile=$i"; done && $lcx && coveralls-lcov --repo-token=9dpeTAjiGoQU5hgXFe0ezk65iu40oc3WY coverage.info;
fi;

0 comments on commit fe59e3e

Please sign in to comment.