From 07b4fca8715f74e664b2035863fd943f9165fa44 Mon Sep 17 00:00:00 2001 From: exoego Date: Wed, 3 Jul 2019 11:51:29 +0900 Subject: [PATCH] Remove codecov since it does not work right now --- .travis.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a0c73737..377275b78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,16 +13,13 @@ jdk: - openjdk11 install: - - 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 - - pip install --user codecov + - rm -rf ~/.nvm && + git clone https://github.com/nvm-sh/nvm.git ~/.nvm && + (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && + source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION script: - - sbt ++$TRAVIS_SCALA_VERSION scalafmtSbtCheck scalafmtCheck test:scalafmtCheck clean current/doc core/doc coverage test - - if [[ "$TRAVIS_SCALA_VERSION" != 2.13.* ]]; # Primary support is 2.12.x - then - sbt ++$TRAVIS_SCALA_VERSION coverageReport coverageAggregate && codecov; - else echo "Skipping code coverage reporting on 2.13"; - fi + - sbt ++$TRAVIS_SCALA_VERSION scalafmtSbtCheck scalafmtCheck test:scalafmtCheck clean current/doc core/doc test before_cache: - rm -fv $HOME/.ivy2/.sbt.ivy.lock