Skip to content

Commit f430274

Browse files
author
adithya.sathu
committed
compatible elasticsearch version requires compatible java too
1 parent 78ed5f0 commit f430274

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ language: node_js
55
node_js:
66
- '10'
77

8-
jdk:
9-
- openjdk11
10-
8+
addons:
9+
apt:
10+
packages:
11+
- oracle-java11-installer
1112

1213
before_install:
1314
- curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.6.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.6.2-amd64.deb && sudo service elasticsearch restart
@@ -16,6 +17,7 @@ services:
1617
- mongodb
1718
- redis-server
1819
- elasticsearch
20+
1921
cache:
2022
directories:
2123
- ./node_modules

0 commit comments

Comments
 (0)