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.git


The following commit(s) were added to refs/heads/master by this push:
     new 287792b  Fix warnings in travis file, remove scala again. (#4868)
287792b is described below

commit 287792b8f8e4e954895da020337e7b4c43b11292
Author: Markus Thömmes <markusthoem...@me.com>
AuthorDate: Tue Mar 31 08:53:11 2020 +0200

    Fix warnings in travis file, remove scala again. (#4868)
---
 .travis.yml | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1e45b61..06b7ad1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,16 +15,10 @@
 # limitations under the License.
 #
 
-sudo: required
-
+os: linux
 dist: xenial
-
-language: scala
-scala:
-   - 2.12.7
-
-jdk:
-  - openjdk11
+language: java
+jdk: openjdk11
 
 services:
   - docker
@@ -78,8 +72,8 @@ jobs:
         - ./tools/travis/checkAndUploadLogs.sh unit db
       name: "Unit Tests"
     - script:
-       - ./tools/travis/runSystemTests.sh
-       - ./tools/travis/checkAndUploadLogs.sh system
+      - ./tools/travis/runSystemTests.sh
+      - ./tools/travis/checkAndUploadLogs.sh system
       name: "System Tests"
     - script:
       - ./tools/travis/runMultiRuntimeTests.sh

Reply via email to