No more travis, updated README.

This commit is contained in:
Steveice10 2012-03-26 20:57:57 -07:00
parent 1805829039
commit d9f698416d
3 changed files with 1 additions and 3 deletions

View File

@ -1 +0,0 @@
language: java

View File

@ -18,4 +18,4 @@ OpenNBT is licensed under the <b>[BSD](http://www.opensource.org/licenses/BSD-3-
<b>Building the Source</b>
--------------
OpenNBT uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory. You can also download a build <b>(COMING SOON)</b>.
OpenNBT uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory. You can also download a build <b>[here](http://ci.spacebase.ch/job/OpenNBT/)</b>.

View File

@ -36,7 +36,6 @@ package ch.spacebase.opennbt.tag;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;