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