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-dotnet.git
The following commit(s) were added to refs/heads/master by this push:
new c73dae1 travis - jdk: openjdk8 and don't re-install docker (#24)
c73dae1 is described below
commit c73dae10ab7538e5b3110158427f8ae5e6fbd399
Author: David Grove <[email protected]>
AuthorDate: Sat Nov 23 10:05:21 2019 -0500
travis - jdk: openjdk8 and don't re-install docker (#24)
---
.travis.yml | 6 +++---
tools/travis/build.sh | 5 -----
2 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index bdc9c4a..cbf41e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,11 +17,11 @@
sudo: required
dist: xenial
-language: scala
-scala:
- - 2.12.7
+jdk: openjdk8
+language: java
services:
- docker
+
notifications:
email: false
webhooks:
diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 14db490..98027fb 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -31,11 +31,6 @@ export OPENWHISK_HOME=$WHISKDIR
cd $UTILDIR
scancode/scanCode.py --config scancode/ASF-Release.cfg $ROOTDIR
-# Upgrade docker version
-curl -fsSL https://get.docker.com -o get-docker.sh
-sudo sh get-docker.sh
-docker version
-
# Upgrade dpkg avoid problems installing dotnet 3.0
# https://github.com/travis-ci/travis-ci/issues/9361#issuecomment-408431262
sudo apt-get install -y --force-yes -q -qq dpkg