Commit d220b762 authored by Liang Ding's avatar Liang Ding

💚 使用 openjdk 进行 CI

parent 10c7dba1
language: java
jdk:
- oraclejdk8
- openjdk8
install:
- mvn install -DskipTests -Dmaven.javadoc.skip=true -B -V -Pci
- mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Pci
after_success:
- mvn clean test jacoco:report coveralls:report -Pci
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment