mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-23 14:25:50 +00:00
Specify oracle-java9 to make travis happy
This commit is contained in:
parent
0007041386
commit
9926745262
1 changed files with 3 additions and 3 deletions
|
|
@ -5,12 +5,12 @@ dist: trusty
|
|||
# Use container-based infrastructure
|
||||
sudo: false
|
||||
|
||||
# Install JDK8 for Elasticsearch 5
|
||||
# Install JDK9 for Elasticsearch 5
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- oracle-java8-installer
|
||||
- oracle-java8-set-default
|
||||
- oracle-java9-installer
|
||||
- oracle-java9-set-default
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
|
|
|||
Loading…
Reference in a new issue