Add Java 6 to Travis

This commit is contained in:
Dan Mulloy 2015-06-17 15:33:36 -04:00
parent 6af2d37319
commit 9ce277cd76
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk6
script: mvn clean install -U
before_install: cd ProtocolLib
install: true

View File

@ -158,6 +158,7 @@ public class NbtBinarySerializer {
/**
* Load an NBT list from a stream.
* @param <T> Type
* @param source - the input stream.
* @return An NBT list.
*/