You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by st...@apache.org on 2019/11/22 02:16:24 UTC

[openwhisk-runtime-java] branch master updated: travis config use dist:xenial and language:java (#103)

This is an automated email from the ASF dual-hosted git repository.

style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-java.git


The following commit(s) were added to refs/heads/master by this push:
     new d0fcc5b  travis config use dist:xenial and language:java (#103)
d0fcc5b is described below

commit d0fcc5bc476a1629e1268855e4bf8dbd314a8255
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Nov 21 21:16:15 2019 -0500

    travis config use dist:xenial and language:java (#103)
---
 .travis.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ebb2a81..81c3b1e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,11 +16,9 @@
 #
 
 sudo: required
-group: deprecated-2017Q3
-language: scala
+dist: xenial
+language: java
 jdk: openjdk8
-scala:
-- 2.12.7
 services:
 - docker
 # required to support multi-stage build