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

chetanm 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 279ea41  Simplify Travis by removing an explicit mention of the Scala 
version. (#4737)
279ea41 is described below

commit 279ea41ade08d90f754103b05ea9a95b68b287e1
Author: Markus Thömmes <markusthoem...@me.com>
AuthorDate: Thu Nov 21 10:15:08 2019 +0100

    Simplify Travis by removing an explicit mention of the Scala version. 
(#4737)
    
    The Scala version in Travis should not be significant to us anyway as 
gradle should take care of fetching the correct compilers etc.
---
 .travis.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 04cf6a7..40d85f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,9 +19,7 @@ sudo: required
 
 dist: xenial
 jdk: openjdk8
-language: scala
-scala:
-   - 2.12.7
+language: java
 
 services:
   - docker

Reply via email to