Repository: groovy
Updated Branches:
  refs/heads/master 4cdc927c6 -> 3dc1a93b3


Avoid `gradlew assemble` before running tests on travis-ci(closes #841)


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

Branch: refs/heads/master
Commit: 3dc1a93b350b67edc86f346bea3e2ae6445e60f3
Parents: 4cdc927
Author: Daniel Sun <sun...@apache.org>
Authored: Thu Dec 13 03:01:59 2018 +0800
Committer: Daniel Sun <sun...@apache.org>
Committed: Thu Dec 13 03:01:59 2018 +0800

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/3dc1a93b/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 57f6b47..5c17e65 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,7 @@ language: groovy
 # https://docs.travis-ci.com/user/reference/overview/
 sudo: required
 dist: trusty
+install: true
 
 matrix:
   include:
@@ -45,3 +46,4 @@ cache:
   directories:
     - $HOME/.gradle/caches/
     - $HOME/.gradle/wrapper/
+

Reply via email to