Repository: incubator-tamaya Updated Branches: refs/heads/master ec2c803e6 -> 21391fe59
TAMAYA-364: Migrate to openJDK Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/21391fe5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/21391fe5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/21391fe5 Branch: refs/heads/master Commit: 21391fe59fefd3bb07ad1a3fe808214539ac1821 Parents: ec2c803 Author: Phil Ottlinger <[email protected]> Authored: Tue Nov 20 22:47:27 2018 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Tue Nov 20 22:47:27 2018 +0100 ---------------------------------------------------------------------- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/21391fe5/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index ba5b242..245df5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: java jdk: - - oraclejdk8 - - oraclejdk9 - - oraclejdk10 - - oraclejdk11 + - openjdk8 + - openjdk9 + - openjdk10 + - openjdk11 #before_script: # - pip install --user codecov
