summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2017-09-25 10:42:08 +0200
committerjvoisin2017-09-25 10:42:08 +0200
commit7d399682430c7fab7c75a8fe58ffaf0dcc80ece8 (patch)
tree109013273f70ec0df55dec3ab6f8bfcc05ad26de
parent879e6e1fe83df1df91ec87b6b7469eefcbf66f20 (diff)
Remove codecov.
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4eba7a2..7470d2e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,5 +28,4 @@ after_success:
28 - ./lcov/bin/lcov -c -o ./COV.info --rc lcov_branch_coverage=1 --base-directory . --directory . 28 - ./lcov/bin/lcov -c -o ./COV.info --rc lcov_branch_coverage=1 --base-directory . --directory .
29 - ./lcov/bin/lcov --remove ./COV.info '/usr/*' --remove ./COV.info '*tweetnacl.c' -o ./COV.info --rc lcov_branch_coverage=1 29 - ./lcov/bin/lcov --remove ./COV.info '/usr/*' --remove ./COV.info '*tweetnacl.c' -o ./COV.info --rc lcov_branch_coverage=1
30 - ./lcov/bin/genhtml -o ./COV.html ./COV.info --branch-coverage 30 - ./lcov/bin/genhtml -o ./COV.html ./COV.info --branch-coverage
31 - bash <(curl -s https://codecov.io/bash)
32 - coveralls --exclude 'tweetnacl.c' 31 - coveralls --exclude 'tweetnacl.c'