travis: remove coveralls, only use codecov (#136)

This commit is contained in:
Robert van Gent
2019-02-25 14:35:53 -08:00
committed by GitHub
parent 7916902074
commit aa93d6ea07
3 changed files with 3 additions and 6 deletions

View File

@@ -41,9 +41,6 @@ install:
git clone _old $TRAVIS_REPO_SLUG;
cd $TRAVIS_REPO_SLUG;
fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
go install github.com/mattn/goveralls;
fi
script:
- 'internal/runtests.sh'