slf4j/.travis.yml

21 lines
202 B
YAML
Executable File

dist: trusty
language: java
jdk:
- oraclejdk11
notifications:
email:
- notification@qos.ch
install: /bin/true
script:
- mvn clean
- mvn install
cache:
directories:
- $HOME/.m2