Skip to content

Commit 244ffd5

Browse files
Switch to focal (Ubuntu 20.04)
Add pip3 update
1 parent 2d60e12 commit 244ffd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: java
22

3-
dist: xenial
3+
dist: focal
44

55
jdk:
66
# Enable all versions which should be supported
@@ -13,6 +13,7 @@ before_install:
1313
- docker pull elasticsearch:7.9.3
1414
- docker run -d --name elasticsearch4metastore -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:7.9.3
1515
- sudo apt-get install --assume-yes python3 python3-pip
16+
- pip3 install --upgrade pip
1617
- pip3 install xmltodict wget
1718

1819
install: true

0 commit comments

Comments
 (0)