Repository: groovy Updated Branches: refs/heads/native-lambda cd40603da -> 7e3459347
Exclude Java 9 build temporarily Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/7e345934 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/7e345934 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/7e345934 Branch: refs/heads/native-lambda Commit: 7e3459347bab0057683663291046b90ee8827840 Parents: cd40603 Author: sunlan <[email protected]> Authored: Thu Jan 18 11:20:45 2018 +0800 Committer: sunlan <[email protected]> Committed: Thu Jan 18 11:20:45 2018 +0800 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/7e345934/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 9473e53..908c787 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ sudo: required matrix: include: - - jdk: oraclejdk9 +# - jdk: oraclejdk9 - jdk: oraclejdk8 dist: trusty
