fix shippable using oracle jdk8 instead of openjdk8

This commit is contained in:
wing328 2017-03-15 18:07:28 +08:00
parent e363b431ac
commit e5c289c247

View File

@ -1,8 +1,8 @@
language: java language: java
jdk: jdk:
- oraclejdk8
- openjdk7 - openjdk7
- openjdk8
build: build:
cache: true cache: true