Skip to content

Commit d25b2db

Browse files
committed
attempt to make Travis use the Gradle Wrapper rather than the bundled gradle
1 parent 3410cf2 commit d25b2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: groovy
22
script:
3-
- "gradle --info --stacktrace test"
3+
- "./gradlew --info --stacktrace test"

0 commit comments

Comments
 (0)