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-ruby.git
The following commit(s) were added to refs/heads/master by this push:
new 3ca6b56 Update travis build vm dist form xenial to focal (#74)
3ca6b56 is described below
commit 3ca6b563d502858f22764169046869568bd3f17d
Author: Luke-Roy-IBM <[email protected]>
AuthorDate: Wed Oct 12 16:18:30 2022 +0200
Update travis build vm dist form xenial to focal (#74)
* 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
* add docker repository to sources as third party sources have been removed
---
.travis.yml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index e0ffd20..13259a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,8 +16,8 @@
#
sudo: required
-dist: xenial
-jdk: openjdk8
+dist: focal
+jdk: openjdk11
language: java
services:
@@ -25,8 +25,10 @@ services:
# required to support multi-stage build
addons:
apt:
+ sources:
+ - sourcelist: 'deb https://download.docker.com/linux/ubuntu $(lsb_release
-cs) stable'
packages:
- - docker-ce
+ - docker-ce
before_install:
- "cat /etc/os-release"