You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2016/08/01 10:33:42 UTC

marmotta git commit: switched to oracle's jdk at travis

Repository: marmotta
Updated Branches:
  refs/heads/develop 5dfa482fa -> 2efc6bf04


switched to oracle's jdk at travis


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

Branch: refs/heads/develop
Commit: 2efc6bf04ab82aae584ebbd25fd8483ac79b4508
Parents: 5dfa482
Author: Sergio Fern�ndez <wi...@apache.org>
Authored: Mon Aug 1 12:33:35 2016 +0200
Committer: Sergio Fern�ndez <wi...@apache.org>
Committed: Mon Aug 1 12:33:35 2016 +0200

----------------------------------------------------------------------
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/2efc6bf0/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 3495b72..d7b1f3f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,8 +25,8 @@ branches:
   - develop
 
 jdk:
-- openjdk7
-- openjdk8
+- oraclejdk7
+- oraclejdk8
 
 script: mvn clean install