This is an automated email from the ASF dual-hosted git repository.
markusthoemmes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-docker.git
The following commit(s) were added to refs/heads/master by this push:
new b46be6f travis config: dist:xenial and language:java (#77)
b46be6f is described below
commit b46be6f58d63744a856c7324c41601eb3c7b99d0
Author: David Grove <[email protected]>
AuthorDate: Thu Nov 21 17:09:12 2019 -0500
travis config: dist:xenial and language:java (#77)
---
.travis.yml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 7815908..2a5606b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,10 +16,9 @@
#
sudo: required
-group: deprecated-2017Q3
-language: scala
-scala:
- - 2.12.7
+dist: xenial
+jdk: openjdk8
+language: java
services:
- docker