removed --stacktrace form CI buildscript

This commit is contained in:
Christian Schabesberger 2016-03-08 01:02:01 +01:00
parent f6450d4b4d
commit fcb445a381
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@ before_script:
- android-wait-for-emulator
- adb shell input keyevent 82 &
script: ./gradlew --stacktrace build connectedCheck
script: ./gradlew build connectedCheck