Add OpenJDK 12 and JApiCmp.

This commit is contained in:
Gary Gregory 2019-07-05 10:47:08 -04:00
parent 38b8a8975f
commit f8641c7114
1 changed files with 2 additions and 1 deletions

View File

@ -22,10 +22,11 @@ jdk:
- openjdk8
- openjdk11
- openjdk12
- openjdk13
- openjdk-ea
script:
- mvn
after_success:
- mvn clean test jacoco:report coveralls:report -Ptravis-jacoco
- mvn clean test japicmp:cmp -P japicmp jacoco:report coveralls:report -Ptravis-jacoco