ProtocolLib/.travis.yml

14 lines
263 B
YAML
Raw Normal View History

2015-06-15 23:10:38 +02:00
language: java
jdk:
- oraclejdk8
- oraclejdk7
2015-06-17 21:33:36 +02:00
- openjdk6
2015-06-17 01:50:27 +02:00
script: mvn clean install -U
before_install: cd ProtocolLib
2015-06-17 01:50:27 +02:00
install: true
2015-06-15 23:10:38 +02:00
notifications:
email:
recipients:
- "dmulloy2@live.com"
on_success: change
on_failure: always