You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by jo...@apache.org on 2019/05/11 00:10:01 UTC

[incubator-druid] branch master updated: travis.yml remove duplicate language entry (#7626)

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

jonwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new c7b4826  travis.yml remove duplicate language entry (#7626)
c7b4826 is described below

commit c7b482625ea244ebe29fa3da719b23dcee2e67e8
Author: Clint Wylie <cj...@gmail.com>
AuthorDate: Fri May 10 17:09:55 2019 -0700

    travis.yml remove duplicate language entry (#7626)
    
    * travis.yml remove duplicate language entry
    
    * openjdk8 instead of oraclejdk8?
---
 .travis.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8406d40..16c6d42 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,12 +22,8 @@ sudo: false
 dist: trusty
 group: deprecated-2017Q4
 
-language: node_js
-node_js:
-  - "10"
-
 jdk:
-  - oraclejdk8
+  - openjdk8
 
 cache:
   directories:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org