Switch to openjdk8 for travis builds (#885)

* Switch to openjdk8 for travis builds

oraclejdk8 isn't available unless we ust trusty dist, which is also an option

* Update deploy_shapshot.sh
This commit is contained in:
Zac Sweers 2019-08-07 22:56:03 -04:00 committed by GitHub
parent 687acba760
commit 6ffb94647b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
# https://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/ # https://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/
SLUG="square/moshi" SLUG="square/moshi"
JDK="oraclejdk8" JDK="openjdk8"
BRANCH="master" BRANCH="master"
set -e set -e

View file

@ -1,7 +1,7 @@
language: java language: java
jdk: jdk:
- oraclejdk8 - openjdk8
after_success: after_success:
- .buildscript/deploy_snapshot.sh - .buildscript/deploy_snapshot.sh