Skip to content

Commit 63f3843

Browse files
committed
build: remove codecov from project
1 parent 1c68220 commit 63f3843

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

Diff for: .travis.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,15 @@ jobs:
3636
include:
3737
- stage: Build-Test
3838
jdk: openjdk8
39-
install:
40-
- curl -s https://codecov.io/bash > $HOME/codecov-bash.sh && chmod +x $HOME/codecov-bash.sh
39+
install: true
4140
script:
4241
- build/setMavenVersion.sh
4342
- mvn verify -fae -DskipITs $MVN_ARGS
44-
after_success:
45-
- build/publishCodeCoverage.sh
43+
44+
- jdk: openjdk11
45+
install: true
46+
script:
47+
- mvn verify -fae -DskipITs $MVN_ARGS
4648

4749
- stage: Semantic-Release
4850
install:

Diff for: build/publishCodeCoverage.sh

-12
This file was deleted.

0 commit comments

Comments
 (0)