Fix travis builds
Dieser Commit ist enthalten in:
Ursprung
4e7bff40c0
Commit
f5f3eef988
@ -2,7 +2,9 @@ language: java
|
|||||||
jdk:
|
jdk:
|
||||||
- oraclejdk8
|
- oraclejdk8
|
||||||
- oraclejdk7
|
- oraclejdk7
|
||||||
- openjdk6
|
script: mvn clean install -U
|
||||||
|
before_install: cd ProtocolLib
|
||||||
|
install: true
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
recipients:
|
recipients:
|
||||||
|
@ -36,6 +36,10 @@
|
|||||||
<id>dmulloy2-repo</id>
|
<id>dmulloy2-repo</id>
|
||||||
<url>http://repo.dmulloy2.net/content/groups/public/</url>
|
<url>http://repo.dmulloy2.net/content/groups/public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>md_5-repo</id>
|
||||||
|
<url>http://repo.md-5.net/content/groups/public/</url>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@ -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
|
Certain tasks are impossible to perform with the standard Bukkit API, and may require
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren