remove coveralls

This commit is contained in:
Lindsey Heagy
2016-07-13 19:46:27 -07:00
parent 4e583fc566
commit 09ec5621ae
-1
View File
@@ -58,7 +58,6 @@ script:
# Calculate coverage
after_success:
- coveralls --config_file .coveragerc
- bash <(curl -s https://codecov.io/bash)
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then
if [ ${TEST_DIR} == "tests/docs" ]; then