You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2018/08/31 12:05:11 UTC

[21/27] jena git commit: travis.yaml: put openjdk8 first

travis.yaml: put openjdk8 first


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

Branch: refs/heads/master
Commit: 2ec9065c23923379dbe437a9cd37c1390bfe91ba
Parents: 99b9946
Author: Andy Seaborne <an...@apache.org>
Authored: Sun Aug 26 21:20:26 2018 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Sun Aug 26 21:20:26 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/jena/blob/2ec9065c/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 4b582ee..7b39dcc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ sudo: false
 install: true
 script: mvn -B clean install
 jdk:
-  - oraclejdk8
   - openjdk8
+  - oraclejdk8
 env:
   - JAVA_OPTS="-Xmx3072M -Xms512M -XX:+UseG1GC"