Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 18f7486

Browse files
author
exoego
committed
Remove codecov since it does not work right now
1 parent 71a2405 commit 18f7486

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,9 @@ jdk:
1414

1515
install:
1616
- rm -rf ~/.nvm && git clone https://github.com/nvm-sh/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && Ksource ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION
17-
- pip install --user codecov
1817

1918
script:
20-
- sbt ++$TRAVIS_SCALA_VERSION scalafmtSbtCheck scalafmtCheck test:scalafmtCheck clean current/doc core/doc coverage test
21-
- if [[ "$TRAVIS_SCALA_VERSION" != 2.13.* ]]; # Primary support is 2.12.x
22-
then
23-
sbt ++$TRAVIS_SCALA_VERSION coverageReport coverageAggregate && codecov;
24-
else echo "Skipping code coverage reporting on 2.13";
25-
fi
19+
- sbt ++$TRAVIS_SCALA_VERSION scalafmtSbtCheck scalafmtCheck test:scalafmtCheck clean current/doc core/doc test
2620

2721
before_cache:
2822
- rm -fv $HOME/.ivy2/.sbt.ivy.lock

0 commit comments

Comments
 (0)