Skip to content

Commit

Permalink
build: remove codecov from project (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
padamstx authored Nov 17, 2021
1 parent 393d4b9 commit 1bfa41c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,10 @@ jobs:
include:
- stage: Build-Test
jdk: openjdk8
install:
- curl -s https://codecov.io/bash > $HOME/codecov-bash.sh && chmod +x $HOME/codecov-bash.sh
install: skip
script:
- build/setMavenVersion.sh
- mvn clean package $MVN_ARGS
after_success:
- build/publishCodeCoverage.sh

- jdk: openjdk11
install: skip
Expand Down
12 changes: 0 additions & 12 deletions build/publishCodeCoverage.sh

This file was deleted.

0 comments on commit 1bfa41c

Please sign in to comment.