From 3f4e632cc44fc132d484d8e9e8da4bbe48f6db96 Mon Sep 17 00:00:00 2001 From: Johann Bauer Date: Mon, 1 Oct 2018 13:20:05 +0200 Subject: [PATCH] Travis: Fix crowdin upload --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4690db752..5f437297c 100644 --- 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: