Archiviert
13
0

Fix travis builds

Dieser Commit ist enthalten in:
Dan Mulloy 2015-06-16 19:50:27 -04:00
Ursprung 4e7bff40c0
Commit f5f3eef988
3 geänderte Dateien mit 8 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -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:

Datei anzeigen

@ -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>

Datei anzeigen

@ -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