You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by jw...@apache.org on 2016/07/09 14:22:15 UTC

groovy git commit: Travis CI - run with latest JDK8 (closes #364)

Repository: groovy
Updated Branches:
  refs/heads/master a009d432a -> 80f102db8


Travis CI - run with latest JDK8 (closes #364)

See https://github.com/travis-ci/travis-ci/issues/4042


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

Branch: refs/heads/master
Commit: 80f102db8cded4ed0d2516cd08fb6b1fa1981225
Parents: a009d43
Author: John Wagenleitner <jw...@apache.org>
Authored: Sat Jul 9 07:16:16 2016 -0700
Committer: John Wagenleitner <jw...@apache.org>
Committed: Sat Jul 9 07:16:26 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/80f102db/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 5bd7cee..c42063e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,9 +15,16 @@
 
 language: groovy
 
-jdk:
-  - oraclejdk7
-  - oraclejdk8
+sudo: false
+
+matrix:
+  include:
+    - jdk: oraclejdk7
+    - jdk: oraclejdk8
+      addons:
+        apt:
+          packages:
+            - oracle-java8-installer
 
 install: true