tTravis: Fix crowdin upload - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 3f4e632cc44fc132d484d8e9e8da4bbe48f6db96
DIR parent 626828e98071db132595b99460858e4e8c539497
HTML 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(-)
---
DIR diff --git a/.travis.yml b/.travis.yml
t@@ -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: