This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-python.git
The following commit(s) were added to refs/heads/master by this push:
new 2de7220 Update travis build vm dist form xenial to focal This bings
the machi… (#134)
2de7220 is described below
commit 2de722046cc3b7b74e53a6316aad64789c53cee5
Author: Luke-Roy-IBM <[email protected]>
AuthorDate: Wed Oct 12 16:19:04 2022 +0200
Update travis build vm dist form xenial to focal This bings the machi…
(#134)
* Update travis build vm dist form xenial to focal This bings the machines
to the build VM to a more up to date Ubuntu version which should also reduce
the risk of loosing support for the version and use openjdk11
* update travis yaml to match travis docs
* add docker repository to sources as third party sources have been removed
---
.travis.yml | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 0827243..1732771 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,8 +16,8 @@
#
sudo: required
-dist: xenial
-jdk: openjdk8
+dist: focal
+jdk: openjdk11
language:
- python
@@ -28,9 +28,11 @@ services:
- docker
# required to support multi-stage build
addons:
- apt:
- packages:
- - docker-ce
+ apt:
+ sources:
+ - sourcelist: 'deb https://download.docker.com/linux/ubuntu $(lsb_release
-cs) stable'
+ packages:
+ - docker-ce
before_install:
- "./tools/travis/setup.sh"