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

Commit 40cad8c

Browse files
author
TATSUNO Yasuhiro
authored
Merge pull request #20 from exoego/remove-codecov
Remove codecov since it does not work right now
2 parents 71a2405 + 07b4fca commit 40cad8c

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.travis.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,13 @@ jdk:
1313
- openjdk11
1414

1515
install:
16-
- 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
16+
- rm -rf ~/.nvm &&
17+
git clone https://github.com/nvm-sh/nvm.git ~/.nvm &&
18+
(cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) &&
19+
source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION
1820

1921
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
22+
- sbt ++$TRAVIS_SCALA_VERSION scalafmtSbtCheck scalafmtCheck test:scalafmtCheck clean current/doc core/doc test
2623

2724
before_cache:
2825
- rm -fv $HOME/.ivy2/.sbt.ivy.lock

0 commit comments

Comments
 (0)