Repository: incubator-myriad
Updated Branches:
  refs/heads/master 382eb7bc7 -> 9f51aae54


Switching to oraclejdk8 to take care of JDK version issues with builds


Project: http://git-wip-us.apache.org/repos/asf/incubator-myriad/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-myriad/commit/9f51aae5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-myriad/tree/9f51aae5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-myriad/diff/9f51aae5

Branch: refs/heads/master
Commit: 9f51aae5450feeaba5d957042c5540c444f4d138
Parents: 382eb7b
Author: Mohit Soni <mohitsoni1...@gmail.com>
Authored: Wed Nov 15 09:54:40 2017 -0500
Committer: Javi Roman <javiro...@apache.org>
Committed: Tue Apr 3 12:35:05 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/9f51aae5/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 959b73d..267aa3d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
 language: java
 
 jdk:
-  - oraclejdk7
+  - oraclejdk8 
 
 script:
   - TERM=dumb ./gradlew build

Reply via email to