Skip to content

Commit 3f40096

Browse files
committed
删除openjdk11构建环境
1 parent de15398 commit 3f40096

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: java
22
sudo: false # faster builds
33
jdk:
44
- openjdk8
5-
- openjdk11
65
node_js: "10"
76
cache:
87
directories:
@@ -11,12 +10,12 @@ cache:
1110
- node_modules
1211
before_script:
1312
- npm install
14-
# see details https://github.com/codecov/example-java-maven
13+
# See details https://github.com/codecov/example-java-maven
1514
script:
1615
- mvn cobertura:cobertura
17-
16+
# Extend the waiting time for executing commands to 30 minutes
1817
install: travis_wait 30 ./mvnw clean install -Dmaven.javadoc.skip=true -Dgpg.skip=true -DskipNpmBuild=true -Dmaven.test.skip=true
19-
# report to codecov
18+
# Report to codecov
2019
after_success:
2120
- bash <(curl -s https://codecov.io/bash)
2221
notifications:

0 commit comments

Comments
 (0)