blob: 5e2492d661a896c2938384bf217445af95577620 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
language: java
jdk:
- oraclejdk8
script:
- mvn clean verify -B -e
install: true
sudo: false
cache:
directories:
- '$HOME/.m2/repository'
notifications:
email: false
|