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

rabbah 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 eb0acb4  travis - dist:xenial and language:java (#75)
eb0acb4 is described below

commit eb0acb450012203f9d51b85e93b9b464391f232b
Author: David Grove <dgrove-...@users.noreply.github.com>
AuthorDate: Sun Dec 1 15:18:52 2019 -0500

    travis - dist:xenial and language:java (#75)
---
 .travis.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index dff4134..2f566ef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,10 +16,10 @@
 #
 
 sudo: required
-group: deprecated-2017Q3
-language: scala
-scala:
-- 2.12.7
+dist: xenial
+jdk: openjdk8
+language: java
+
 services:
   - docker
 # required to support multi-stage build
@@ -27,6 +27,7 @@ addons:
    apt:
      packages:
        - docker-ce
+
 before_install:
   - "./tools/travis/setup.sh"
 install: true

Reply via email to