dist: trusty
language: java
jdk:
- oraclejdk11
notifications:
email:
- notification@qos.c
install: /bin/true
script:
- mvn clean
- mvn install