From 0a9ad230a6146bb2de5fd696d7af336990e46459 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Mon, 2 Feb 2015 17:39:37 +0900 Subject: [PATCH] Get rid of HikariCP-java6 artifact and replace with HikariCP-java7. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2b1b3a72..b7629940 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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