diff options
| -rw-r--r-- | .travis.yml | 1 |
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' |
