Skip to content

Commit 40b99c4

Browse files
committed
Travis-CI: remove stacktrace from gradle output
1 parent a88469f commit 40b99c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ before_script:
3535
- android-wait-for-emulator
3636

3737
script:
38-
- ./gradlew clean check connectedCheck jacocoTestReport --stacktrace
38+
- ./gradlew clean check connectedCheck jacocoTestReport
3939

4040
after_success:
4141
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)