[Travis] Fix JDK warning.

This commit is contained in:
Isira Seneviratne 2020-05-18 05:24:42 +05:30
parent a41c9400f4
commit 6754e0726f
1 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,8 @@ branches:
- coverity_scan
dist: xenial
jdk:
- oraclejdk9
cache:
timeout: 600
@ -59,8 +61,6 @@ jobs:
- extra-google-m2repository
- extra-android-m2repository
env: BOINC_TYPE=manager-android
jdk:
- openjdk9
before_install:
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then ( sudo apt-get -qq update ) fi