Skip to content

Commit

Permalink
Merge branch 'travis-codecov-fix-integration'
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyedel committed Apr 4, 2016
2 parents b39878e + 4c3fd2d commit 647e4a7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,11 @@ install:
script: _travis/test
after_success:
- pip install --user codecov
- PATH="$HOME/.local/bin:$PATH" codecov
- >
if [[ "$TRAVIS_OS_NAME" == "osx" ]] ; then
~/Library/Python/*/bin/codecov ;
elif [[ "$CXX" == "clang++" ]] ; then
~/.local/bin/codecov --gcov-exec llvm-cov ;
else
~/.local/bin/codecov ;
fi

0 comments on commit 647e4a7

Please sign in to comment.