Repository: incubator-tamaya-sandbox Updated Branches: refs/heads/master 8ad95aa92 -> f1c7dccb6
TAMAYA-364: Migrate to openJDK Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/f1c7dccb Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/f1c7dccb Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/f1c7dccb Branch: refs/heads/master Commit: f1c7dccb674f36b8c7ce4fed36d4559b21c6feb4 Parents: 8ad95aa Author: Phil Ottlinger <[email protected]> Authored: Tue Nov 20 23:11:17 2018 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Tue Nov 20 23:11:17 2018 +0100 ---------------------------------------------------------------------- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/f1c7dccb/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 532d9a9..a545c25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: java jdk: - - oraclejdk8 - - oraclejdk9 - - oraclejdk10 - - oraclejdk11 + - openjdk8 + - openjdk9 + - openjdk10 + - openjdk11
