Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

Commit a5d1c06

Browse files
committed
Using Java 11 for Coverage
1 parent 8f8b25b commit a5d1c06

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,16 @@ jobs:
2727
- stage: test
2828
jdk: openjdk8
2929
script:
30-
- mvn test -B -P coverage
30+
- mvn test -B
3131
after_success:
3232
- mvn deploy --settings travis-settings.xml -DskipTests=true -B -P travis-deploy
33-
- bash <(curl -s https://codecov.io/bash)
3433
- stage: test
3534
jdk: openjdk11
3635
script:
37-
- mvn test -B
36+
- mvn test -B -P coverage
37+
after_success:
38+
- bash <(curl -s https://codecov.io/bash)
3839
- stage: test
39-
jdk: openjdk12
40+
jdk: openjdk14
4041
script:
4142
- mvn test -B

0 commit comments

Comments
 (0)