ProtocolLib/.travis.yml
Dan Mulloy 325b91fb1f Provide backwards compatibility with 1.7.10 and earlier
Also update the version to 3.6.4 since this was such a massive change
2015-06-18 21:07:32 -04:00

13 lines
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