tfix prev: run make_locale before building android apk - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 9beabc03112a420ec0b1a069dd77ab291ab094f3
DIR parent ba08b2279ddbdbe9bdd8fec349fa159e0b8cd147
HTML Author: SomberNight <somber.night@protonmail.com>
Date: Thu, 7 Feb 2019 17:48:00 +0100
fix prev: run make_locale before building android apk
Diffstat:
M .travis.yml | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
DIR diff --git a/.travis.yml b/.travis.yml
t@@ -44,9 +44,13 @@ jobs:
- name: "Android build"
language: python
python: 3.7
+ env:
+ # reset API key to not have make_locale upload stuff here
+ - crowdin_api_key=
services:
- docker
install:
+ - pip install requests && ./contrib/make_locale
- ./contrib/make_packages
- sudo docker build --no-cache -t electrum-android-builder-img electrum/gui/kivy/tools
script: