groovy git commit: cache Gradle artifacts for travis (except the lock file) (closes #266)

2016-02-21 Thread pascalschumacher
Repository: groovy Updated Branches: refs/heads/master eabda11f0 -> eb6a975ea cache Gradle artifacts for travis (except the lock file) (closes #266) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/eb6a975e Tree: http://g

groovy git commit: add apache license header to travis ci file

2016-02-21 Thread pascalschumacher
Repository: groovy Updated Branches: refs/heads/master eb6a975ea -> 666e7054f add apache license header to travis ci file Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/666e7054 Tree: http://git-wip-us.apache.org/repos/

[2/2] groovy git commit: Skip CircularLanguageReferenceTest and PropertyUsageFromJavaTest when running on Travis with JDK 6, because these tests always fail with "java.lang.IllegalArgumentException: U

2016-02-21 Thread pascalschumacher
Skip CircularLanguageReferenceTest and PropertyUsageFromJavaTest when running on Travis with JDK 6, because these tests always fail with "java.lang.IllegalArgumentException: URI is not hierarchical" on there. Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.

[1/2] groovy git commit: add travis ci file

2016-02-21 Thread pascalschumacher
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X d154ade9e -> 2e57ac103 add travis ci file Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/f4fa2cea Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/f4f

groovy git commit: test.gradle: add travis as ci environment

2016-02-21 Thread pascalschumacher
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 2e57ac103 -> 409964483 test.gradle: add travis as ci environment Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/40996448 Tree: http://git-wip-us.apache.org/re

groovy git commit: make GroovyClosureMethodsTest#testRunAfter less fragile

2016-02-21 Thread pascalschumacher
Repository: groovy Updated Branches: refs/heads/master 666e7054f -> 15e4ed4b6 make GroovyClosureMethodsTest#testRunAfter less fragile Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/15e4ed4b Tree: http://git-wip-us.apach

groovy git commit: make GroovyClosureMethodsTest#testRunAfter less fragile

2016-02-21 Thread pascalschumacher
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 409964483 -> e9c3dcfdc make GroovyClosureMethodsTest#testRunAfter less fragile Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/e9c3dcfd Tree: http://git-wip-us

[2/3] groovy git commit: Reduce number of loops with sleep to speed up test

2016-02-21 Thread pascalschumacher
Reduce number of loops with sleep to speed up test Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/768e111e Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/768e111e Diff: http://git-wip-us.apache.org/repos/asf/groov

[3/3] groovy git commit: Reduce sleep time to speed up test (closes #262)

2016-02-21 Thread pascalschumacher
Reduce sleep time to speed up test (closes #262) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/3e67c571 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/3e67c571 Diff: http://git-wip-us.apache.org/repos/asf/groovy/

[1/3] groovy git commit: Removed unused test

2016-02-21 Thread pascalschumacher
Repository: groovy Updated Branches: refs/heads/master 15e4ed4b6 -> 3e67c5712 Removed unused test Test takes in excess of 10 seconds to run and makes no assertions. The class it was meant to test (WeakDoubleKeyhashMap) was replaced by SoftDoubleKeyMap, which itself was later removed. Project

[1/3] groovy git commit: Reduce number of loops with sleep to speed up test

2016-02-21 Thread pascalschumacher
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X e9c3dcfdc -> ac6d069a8 Reduce number of loops with sleep to speed up test Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/ac6d069a Tree: http://git-wip-us.apac

[2/3] groovy git commit: Removed unused test

2016-02-21 Thread pascalschumacher
Removed unused test Test takes in excess of 10 seconds to run and makes no assertions. The class it was meant to test (WeakDoubleKeyhashMap) was replaced by SoftDoubleKeyMap, which itself was later removed. Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apa

[3/3] groovy git commit: Reduce sleep time to speed up test (closes #262)

2016-02-21 Thread pascalschumacher
Reduce sleep time to speed up test (closes #262) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/aa34ced6 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/aa34ced6 Diff: http://git-wip-us.apache.org/repos/asf/groovy/

groovy git commit: GROOVY-7761: Groovydoc incorrectly rejects dollar signs and mucks up some backslashes during @code tag replacement. (closes #268)

2016-02-21 Thread paulk
Repository: groovy Updated Branches: refs/heads/master 3e67c5712 -> 9a35f1a87 GROOVY-7761: Groovydoc incorrectly rejects dollar signs and mucks up some backslashes during @code tag replacement. (closes #268) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-u

groovy git commit: GROOVY-7761: Groovydoc incorrectly rejects dollar signs and mucks up some backslashes during @code tag replacement. (closes #268)

2016-02-21 Thread paulk
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X ac6d069a8 -> 7c78768f7 GROOVY-7761: Groovydoc incorrectly rejects dollar signs and mucks up some backslashes during @code tag replacement. (closes #268) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git