diff --git a/.travis.yml b/.travis.yml index 95267bd3..2cb99f7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,9 @@ language: java jdk: - oraclejdk8 - oraclejdk7 - - openjdk6 +script: mvn clean install -U +before_install: cd ProtocolLib +install: true notifications: email: recipients: diff --git a/ProtocolLib/pom.xml b/ProtocolLib/pom.xml index b455e20d..5267eed6 100644 --- a/ProtocolLib/pom.xml +++ b/ProtocolLib/pom.xml @@ -36,6 +36,10 @@ dmulloy2-repo http://repo.dmulloy2.net/content/groups/public/ + + md_5-repo + http://repo.md-5.net/content/groups/public/ + diff --git a/Readme.md b/Readme.md index 5a22a98e..daae7625 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -ProtocolLib +ProtocolLib ![](https://travis-ci.org/dmulloy2/ProtocolLib.svg?branch=master) =========== Certain tasks are impossible to perform with the standard Bukkit API, and may require