We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab68a7 commit c73dae1Copy full SHA for c73dae1
2 files changed
.travis.yml
@@ -17,11 +17,11 @@
17
18
sudo: required
19
dist: xenial
20
-language: scala
21
-scala:
22
- - 2.12.7
+jdk: openjdk8
+language: java
23
services:
24
- docker
+
25
notifications:
26
email: false
27
webhooks:
tools/travis/build.sh
@@ -31,11 +31,6 @@ export OPENWHISK_HOME=$WHISKDIR
31
cd $UTILDIR
32
scancode/scanCode.py --config scancode/ASF-Release.cfg $ROOTDIR
33
34
-# Upgrade docker version
35
-curl -fsSL https://get.docker.com -o get-docker.sh
36
-sudo sh get-docker.sh
37
-docker version
38
-
39
# Upgrade dpkg avoid problems installing dotnet 3.0
40
# https://github.com/travis-ci/travis-ci/issues/9361#issuecomment-408431262
41
sudo apt-get install -y --force-yes -q -qq dpkg
0 commit comments