Repository: incubator-myriad
Updated Branches:
  refs/heads/master 9f51aae54 -> 2f4ad0d6b (forced update)


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

Pull Request:
        Closes #104

Author: Mohit Soni <mohitsoni1...@gmail.com>
Date:   Wed Nov 15 09:54:40 2017 -0500


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

Branch: refs/heads/master
Commit: 2f4ad0d6bf277548cc0f5bbdde0d18881b8a857b
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 16:22:45 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/2f4ad0d6/.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