You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
language: java
|
|
jdk:
|
|
- oraclejdk8
|
|
|
|
install: /bin/true
|
|
|
|
script:
|
|
- mvn install -Dskip.unit.tests=true -Dmaven.javadoc.skip=true -V -B
|
|
- mvn clean test coveralls:report -V -pl hikaricp -P coverage
|
|
- jdk_switcher use openjdk6
|
|
- mvn test -V -pl hikaricp-java6
|