Merge pull request #849 from nextcloud/fix-drone

Fix drone
This commit is contained in:
Mario Đanić 2017-04-19 19:58:02 +02:00 committed by GitHub
commit 053e7da685

View file

@ -6,7 +6,7 @@ pipeline:
- emulator -avd test -no-window &
- ./wait_for_emulator.sh
# build app and assemble APK, in debug mode
- ./gradlew assembleDebug
- ./gradlew assembleGeneric
# run all the instrumented tests of app module - DISABLED until we get an stable setup for Espresso in Travis
# - ./gradlew connectedDebugAndroidTest --info
# install app, then assemble and install instrumented tests of app module