Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_6_X 120f252a8 -> ccdd5008d


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/ccdd5008
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/ccdd5008
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/ccdd5008

Branch: refs/heads/GROOVY_2_6_X
Commit: ccdd5008d4158541a9fcf5dc48a424861ab14ffa
Parents: 120f252
Author: sunlan <sun...@apache.org>
Authored: Mon Sep 25 22:24:41 2017 +0800
Committer: sunlan <sun...@apache.org>
Committed: Mon Sep 25 22:24:41 2017 +0800

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


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

Reply via email to