Try --info. Travis can't cope with volume produced by --debug

This commit is contained in:
Andy Wilkinson
2016-05-05 13:53:57 +01:00
parent 4d5f0df17e
commit 4a67b80b15

View File

@@ -5,4 +5,4 @@ jdk:
env:
- GRADLE_OPTS=-Dorg.gradle.daemon=false
script:
- "./gradlew build buildSamples --stacktrace --debug"
- "./gradlew build buildSamples --stacktrace --info"