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/25 14:14:44 UTC

groovy git commit: Disable the gradle daemon

Repository: groovy
Updated Branches:
  refs/heads/master 7ddc32455 -> 15607b1ba


Disable the gradle daemon


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

Branch: refs/heads/master
Commit: 15607b1bae642b971167eefed45fd08e27b5b56f
Parents: 7ddc324
Author: sunlan <su...@apache.org>
Authored: Mon Sep 25 22:13:51 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Mon Sep 25 22:13:51 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/15607b1b/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index ad71dcc..bcf8904 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ install: true
 
 before_script: unset _JAVA_OPTIONS
 
-script: travis_wait 60 ./gradlew test
+script: travis_wait 60 ./gradlew --no-daemon test
 
 before_cache:
   - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock