You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@livy.apache.org by js...@apache.org on 2017/06/30 06:33:25 UTC

incubator-livy git commit: Minor. Fix travis build error due to unsupported oraclejdk7 in trusty container [Forced Update!]

Repository: incubator-livy
Updated Branches:
  refs/heads/master 43c9956f9 -> 4758ecdca (forced update)


Minor. Fix travis build error due to unsupported oraclejdk7 in trusty container

(cherry picked from commit 6d80c91953e796528ef23f031521fea7da73ad3a)
Signed-off-by: jerryshao <ss...@hortonworks.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/4758ecdc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-livy/tree/4758ecdc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-livy/diff/4758ecdc

Branch: refs/heads/master
Commit: 4758ecdcadd7b85f265fea58f4bea9eb35266315
Parents: 9ae24d0
Author: jerryshao <ss...@hortonworks.com>
Authored: Fri Jun 30 10:42:52 2017 +0800
Committer: jerryshao <ss...@hortonworks.com>
Committed: Fri Jun 30 14:32:51 2017 +0800

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/4758ecdc/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index e985c31..fd5022a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ env:
   - MVN_FLAG='-Pspark-2.1 -DskipITs'
 
 jdk:
-  - oraclejdk7
+  - openjdk7
 
 addons:
   apt: