You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/10/18 06:17:16 UTC

syncope git commit: Switch Travis CI to OpenJDK 11 as Oracle JDK 10 seems not to be available anymore

Repository: syncope
Updated Branches:
  refs/heads/master 8c281c285 -> d3be6a3dc


Switch Travis CI to OpenJDK 11 as Oracle JDK 10 seems not to be available anymore


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

Branch: refs/heads/master
Commit: d3be6a3dca33c7351a75a3749acdd6e0acbafd63
Parents: 8c281c2
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Oct 18 08:17:03 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Oct 18 08:17:03 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/d3be6a3d/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 16031fc..b705416 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@
 sudo: false
 language: java
 jdk:
-  - oraclejdk10
+  - openjdk11
 before_install:
   - echo 'MAVEN_OPTS="-Xms512m -Xmx1024m -XX:+TieredCompilation -XX:TieredStopAtLevel=1"' >~/.mavenrc
 # default install is mvn install --quiet -DskipTests=true