Skip to content

Commit 8814d95

Browse files
committed
Version upgrade and travis change to elastic 5.5.0
1 parent 389f694 commit 8814d95

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ python:
44
- "2.7"
55
- "3.6"
66

7+
addons:
8+
apt:
9+
packages:
10+
- oracle-java8-installer
11+
12+
before_install:
13+
- sudo update-java-alternatives -s java-8-oracle
14+
- export JAVA_HOME=/usr/lib/jvm/java-8-oracle/jre
15+
- java -version
16+
717
install:
818
- pip install tox-travis
919
- pip install codecov

0 commit comments

Comments
 (0)