We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2131a commit 2d60e12Copy full SHA for 2d60e12
.travis.yml
@@ -12,8 +12,6 @@ jdk:
12
before_install:
13
- docker pull elasticsearch:7.9.3
14
- docker run -d --name elasticsearch4metastore -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:7.9.3
15
-- sudo apt-get update
16
-- sudo apt-get upgrade --assume-yes
17
- sudo apt-get install --assume-yes python3 python3-pip
18
- pip3 install xmltodict wget
19
0 commit comments