Commit d978209ef1b3c1856be9303fe0866bff0f21b114
1 parent
4bcc021f
Exists in
master
and in
17 other branches
Use openjdk10 for Travis
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
@@ -15,7 +15,7 @@ cache: | @@ -15,7 +15,7 @@ cache: | ||
15 | - $HOME/elasticsearch | 15 | - $HOME/elasticsearch |
16 | env: | 16 | env: |
17 | - ELASTICSEARCH_VERSION=6.5.0 | 17 | - ELASTICSEARCH_VERSION=6.5.0 |
18 | -jdk: oraclejdk8 | 18 | +jdk: openjdk10 |
19 | matrix: | 19 | matrix: |
20 | include: | 20 | include: |
21 | - gemfile: Gemfile | 21 | - gemfile: Gemfile |