Stop testing with open jdk 6

Build errors galore
This commit is contained in:
Dan Mulloy 2015-10-31 13:53:31 -04:00
parent bd28035024
commit 4bb917e596

View File

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