This repository was archived by the owner on Jul 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 13
13
- openjdk11
14
14
15
15
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
18
20
19
21
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
26
23
27
24
before_cache :
28
25
- rm -fv $HOME/.ivy2/.sbt.ivy.lock
You can’t perform that action at this time.
0 commit comments