Repository: commons-imaging
Updated Branches:
  refs/heads/master 6962d8b98 -> c184bc5a1


.travis.yml: replace oraclejdk7 with open openjdk7, because oraclejdk7 is no 
longer available.

see: https://github.com/travis-ci/travis-ci/issues/7964#issuecomment-316769421 
for details


Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/c184bc5a
Tree: http://git-wip-us.apache.org/repos/asf/commons-imaging/tree/c184bc5a
Diff: http://git-wip-us.apache.org/repos/asf/commons-imaging/diff/c184bc5a

Branch: refs/heads/master
Commit: c184bc5a1ee44e582d718868f376de41b82a3cb4
Parents: 6962d8b
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Tue Jul 25 23:04:59 2017 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Tue Jul 25 23:04:59 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/c184bc5a/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index d1c6bb9..afcd5f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,6 @@ language: java
 sudo: false
 
 jdk:
-  - oraclejdk7
+  - openjdk7
   - oraclejdk8
 

Reply via email to