You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2017/08/06 19:05:46 UTC

groovy git commit: .travis.yml: add oraclejdk8

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X 7efefa41e -> 33d133885


.travis.yml: add oraclejdk8


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

Branch: refs/heads/GROOVY_2_4_X
Commit: 33d133885e1617a6fb0596a8dc69b6aaae0f637d
Parents: 7efefa4
Author: pascalschumacher <pa...@gmx.net>
Authored: Sun Aug 6 21:05:34 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sun Aug 6 21:05:34 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/33d13388/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 8ade813..6e223d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,7 @@ language: groovy
 jdk:
   - openjdk6
   - openjdk7
+  - oraclejdk8
 
 install: true