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

groovy git commit: Use precise due to gradle/gradle#2421

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X b1270b8ee -> c870b1e6c


Use precise due to gradle/gradle#2421


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

Branch: refs/heads/GROOVY_2_5_X
Commit: c870b1e6c249153410529f16c3a5787756a00d5d
Parents: b1270b8
Author: sunlan <su...@apache.org>
Authored: Sat Sep 16 01:07:40 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Sat Sep 16 01:07:40 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/c870b1e6/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 41c71d1..5dfaeb6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,8 @@ matrix:
           packages:
             - oracle-java8-installer
 
+dist: precise
+
 install: true
 
 before_script: unset _JAVA_OPTIONS