mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-01 20:14:55 +00:00
Install JDK8 on Travis for Elasticsearch 5
This commit is contained in:
parent
6be679e19f
commit
5007165f29
1 changed files with 7 additions and 0 deletions
|
|
@ -4,6 +4,13 @@ cache: pip
|
|||
# Use container-based infrastructure
|
||||
sudo: false
|
||||
|
||||
# Install JDK8 for Elasticsearch 5
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- oracle-java8-installer
|
||||
- oracle-java8-set-default
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- env: TOXENV=py27-dj18-postgres-noelasticsearch
|
||||
|
|
|
|||
Loading…
Reference in a new issue