325b91fb1f
Also update the version to 3.6.4 since this was such a massive change
13 Zeilen
231 B
YAML
13 Zeilen
231 B
YAML
language: java
|
|
jdk:
|
|
- oraclejdk8
|
|
- oraclejdk7
|
|
- openjdk6
|
|
script: mvn clean install -U
|
|
install: true
|
|
notifications:
|
|
email:
|
|
recipients:
|
|
- "dmulloy2@live.com"
|
|
on_success: change
|
|
on_failure: always |