Skip to content

Commit

Permalink
Undo
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanRook committed Sep 23, 2019
1 parent 3a64c2f commit d483a31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ matrix:
- mason install llvm-cov ${MASON_LLVM_RELEASE}
- mason link llvm-cov ${MASON_LLVM_RELEASE}
- which llvm-cov
- /bin/bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
- curl -S -f https://codecov.io/bash -o codecov
- chmod +x codecov
- ./codecov -x "llvm-cov gcov" -Z
# Clang format build
- os: linux
# can be generic since we don't need nodejs to run formatting
Expand Down

0 comments on commit d483a31

Please sign in to comment.