Get rid of HikariCP-java6 artifact and replace with HikariCP-java7.

pull/295/head
Brett Wooldridge 10 years ago
parent 8a20f775dd
commit 0a9ad230a6

@ -7,5 +7,5 @@ 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
- jdk_switcher use openjdk7
- mvn test -V -pl hikaricp-java7

Loading…
Cancel
Save