travis: remove coveralls, only use codecov (#136)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user