Skip to content

Commit 560a94b

Browse files
committed
Remove codecov
1 parent 3a663d5 commit 560a94b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ matrix:
3232
- python: "pypy"
3333

3434
install:
35-
- "pip install 'requests>2' coverage codecov pre-commit"
35+
- "pip install 'requests>2' coverage pre-commit"
3636
- "pip install ."
3737
- 'if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then travis_retry pip install faulthandler; fi'
3838
- 'if [[ "${SOLRCLOUD:-false}" == "true" ]]; then pip install -e .[solrcloud]; fi'
@@ -44,7 +44,6 @@ script:
4444

4545
after_success:
4646
- git fetch --unshallow --tags
47-
- codecov
4847
- coverage xml
4948
- sonar-scanner -Dsonar.projectVersion="$(python setup.py --version)"
5049

0 commit comments

Comments
 (0)