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.
HikariCP/.travis.yml

16 lines
348 B
YAML

11 years ago
language: java
sudo: false
cache:
directories:
- $HOME/.m2/repository
10 years ago
jdk:
- oraclejdk8
10 years ago
install: /bin/true
10 years ago
10 years ago
script:
10 years ago
- mvn install -Dskip.unit.tests=true -Dmaven.javadoc.skip=true -V -B
- mvn clean test coveralls:report -V -pl hikaricp -P coverage
10 years ago
- jdk_switcher use openjdk6
- mvn test -pl hikaricp-java6 -Dmaven.exec.skip=true -V