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/02/20 06:05:28 UTC

groovy git commit: request sudo and wait a little longer

Repository: groovy
Updated Branches:
  refs/heads/master b9a15285e -> c79ef79f8


request sudo and wait a little longer


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

Branch: refs/heads/master
Commit: c79ef79f87f68ea29b3f32b456f1b9ac286bb8c8
Parents: b9a1528
Author: paulk <pa...@asert.com.au>
Authored: Mon Feb 20 16:02:25 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Mon Feb 20 16:05:02 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/c79ef79f/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index c42063e..fff1e94 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,7 @@
 
 language: groovy
 
-sudo: false
+sudo: required
 
 matrix:
   include:
@@ -28,7 +28,7 @@ matrix:
 
 install: true
 
-script: travis_wait 35 ./gradlew test
+script: travis_wait 40 ./gradlew test
 
 before_cache:
   - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock