Always run translation upload on master (#1106)

This ensures that if the master build gets cancelled when translations
change, or if any other weird situation happens, we know the
translations will be uploaded after the next build.
pull/1108/head
Adam Mills 2018-04-18 14:11:31 -04:00 committed by Paulus Schoutsen
parent e719f113d9
commit 288478978f
1 changed files with 1 additions and 5 deletions

View File

@ -8,8 +8,4 @@ set -eu -o pipefail
cd "$(dirname "$0")/.."
if git diff "${TRAVIS_COMMIT_RANGE}" --name-only | grep -Fxq "src/translations/en.json" ; then
script/translations_upload_base
else
echo "No changes to src/translations/en.json. Skipping translation upload."
fi
script/translations_upload_base