Skip to content

Commit 00c7a51

Browse files
committed
+travis run gradle with --info
otherwise we don't get any meaningful stacktraces out of the travis test runs
1 parent e9ee2cd commit 00c7a51

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,6 +1,6 @@
11
language: java
22
script:
3-
- ./gradlew check
3+
- ./gradlew check --info
44
cache:
55
directories:
66
- $HOME/.gradle

0 commit comments

Comments
 (0)