Stop testing with Java 7

This commit is contained in:
Dan Mulloy 2017-05-14 14:37:55 -04:00
parent abea7441a4
commit 1738c6f243
1 changed files with 0 additions and 1 deletions

View File

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