We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e390de0 commit 64af4dbCopy full SHA for 64af4db
.travis.yml
@@ -83,7 +83,7 @@ script:
83
if [ "$TRAVIS_OS_NAME" = "linux" ]; then cd ../src/; cppcheck --error-exitcode=1 .; cd ../build; fi
84
fi
85
after_success:
86
- - if [ "$DEBUG" = "debug" ] && [ "$TRAVIS_OS_NAME" = "linux" ]; then ../ci-report-coverage; fi
+ - if [ "$DEBUG" = "debug" ] && [ "$TRAVIS_OS_NAME" = "linux" ]; then bash <(curl -s https://codecov.io/bash); fi
87
matrix:
88
exclude:
89
- compiler: clang
0 commit comments