You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2022/10/07 13:47:39 UTC

[openwhisk-runtime-nodejs] branch master updated: Update travis build vm dist form xenial to focal (#226)

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-nodejs.git


The following commit(s) were added to refs/heads/master by this push:
     new 21de03c  Update travis build vm dist form xenial to focal (#226)
21de03c is described below

commit 21de03c168ca092a2758cf53a8ff5f91d72d7d6e
Author: Luke-Roy-IBM <83...@users.noreply.github.com>
AuthorDate: Fri Oct 7 15:47:34 2022 +0200

    Update travis build vm dist form xenial to focal (#226)
    
    * Update travis build vm dist form xenial to focal
    * use java11
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ffaa53c..73ce94a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,8 +16,8 @@
 #
 
 sudo: required
-dist: xenial
-jdk: openjdk8
+dist: focal
+jdk: openjdk11
 language: java
 services:
   - docker