electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 3f4e632cc44fc132d484d8e9e8da4bbe48f6db96
parent 626828e98071db132595b99460858e4e8c539497
Author: Johann Bauer <bauerj@bauerj.eu>
Date:   Mon,  1 Oct 2018 13:20:05 +0200

Travis: Fix crowdin upload
Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -19,7 +19,7 @@ cache: script: - tox after_success: - - if [ "$TRAVIS_BRANCH" = "master" ]; then pip install pycurl requests && contrib/make_locale; fi + - if [ "$TRAVIS_BRANCH" = "master" ]; then pip install requests && contrib/make_locale; fi - coveralls jobs: include: