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

24 lines
354 B
YAML

sudo: false
language: java
8 years ago
dist:
- trusty
before_cache:
# No sense in caching current build artifacts
- rm -rf $HOME/.m2/repository/com/zaxxer
8 years ago
cache:
directories:
- $HOME/.m2/repository
install: /bin/true
10 years ago
jdk: openjdk11
10 years ago
script:
- mvn package -Dmaven.javadoc.skip=true -V -B
after_success:
- bash <(curl -s https://codecov.io/bash)