diff --git a/.travis.yml b/.travis.yml index 0752ed5a8..634c5b1c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,6 +58,8 @@ jobs: name: "Android build" language: python python: 3.7 + env: + - CI=true services: - docker install: diff --git a/electrum/gui/kivy/Readme.md b/electrum/gui/kivy/Readme.md index 29c9678c5..1be6c6f98 100644 --- a/electrum/gui/kivy/Readme.md +++ b/electrum/gui/kivy/Readme.md @@ -67,7 +67,7 @@ You probably need to clear the cache: `rm -rf .buildozer/android/platform/build/ ### How do I deploy on connected phone for quick testing? Assuming `adb` is installed: ``` -$ adb -d install -r bin/Electrum-*-debug.apk +$ adb -d install -r bin/Electrum-*-arm64-v8a-debug.apk $ adb shell monkey -p org.electrum.electrum 1 ```