Install JDK8 on Travis for Elasticsearch 5

This commit is contained in:
Karl Hobley 2016-11-24 17:06:53 +00:00 committed by Matt Westcott
parent 6be679e19f
commit 5007165f29

View file

@ -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