mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-27 13:15:52 +01:00
Add Java 6 to Travis
This commit is contained in:
parent
6af2d37319
commit
9ce277cd76
@ -2,6 +2,7 @@ language: java
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
- oraclejdk7
|
||||
- openjdk6
|
||||
script: mvn clean install -U
|
||||
before_install: cd ProtocolLib
|
||||
install: true
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user