Skip to content

Commit

Permalink
Merge pull request #830 from fthomas/topic/codecov-2.13
Browse files Browse the repository at this point in the history
Use Codecov in 2.13 CI build
  • Loading branch information
fthomas committed Sep 22, 2020
2 parents 5387634 + 3db3c6e commit 7fb3205
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -35,9 +35,13 @@ jobs:
- codecov

- scala: 2.13.3 # Remember to update this in build.sbt, too.
install:
- pip install --user codecov
script:
- sbt ++$TRAVIS_SCALA_VERSION validateJVM &&
sbt ++$TRAVIS_SCALA_VERSION validateJS
after_success:
- codecov

- scala: 0.27.0-RC1 # Remember to update this in build.sbt, too.
script:
Expand Down

0 comments on commit 7fb3205

Please sign in to comment.