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 2d60e12 commit 244ffd5Copy full SHA for 244ffd5
.travis.yml
@@ -1,6 +1,6 @@
1
language: java
2
3
-dist: xenial
+dist: focal
4
5
jdk:
6
# Enable all versions which should be supported
@@ -13,6 +13,7 @@ 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 install --assume-yes python3 python3-pip
16
+- pip3 install --upgrade pip
17
- pip3 install xmltodict wget
18
19
install: true
0 commit comments