Skip to content

Updating Transifex client used in Travis. - #804

Open
metc wants to merge 1 commit into
developfrom
feature/transifex-update-travis
Open

Updating Transifex client used in Travis.#804
metc wants to merge 1 commit into
developfrom
feature/transifex-update-travis

Conversation

@metc

@metc metc commented Oct 27, 2017

Copy link
Copy Markdown
Member

Simplify a bit the logic to install the Transifex client and push the generated language file.

  • Use API token set in Travis UI.
  • Install the latest transifex Python client and do not compile from source any more. Do this only when needed and not for every build. Should speed-up the build time a bit.

Simplify a bit the logic to install the Transifex client and push the generated language file.
Use API token set in Travis UI.
Install the latest transifex Python client and do not compile from source any more. Do this only when needed and not for every build. Should speed-up the build time a bit.
@metc
metc requested a review from cm0x4D October 27, 2017 21:28
Comment thread script/transifex.sh
# It relies on $TRANSIFEX_PASSWORD being set in .travis.yml
# The Transifex client must be installed.

if [ "$TRAVIS_REPO_SLUG" == "Electrical-Age/ElectricalAge" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "develop" ]

@metc metc Oct 27, 2017

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cm0x4D Just realized this one will be hard to sanity check and get green before merging since the script this is not executed for PR :)

@Baughn

Baughn commented Feb 3, 2019

Copy link
Copy Markdown
Contributor

Is this PR still up to date? If so, let's try it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants