Skip to content

Conversation

@metc
Copy link
Member

@metc metc commented Oct 27, 2017

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
# 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" ]
Copy link
Member Author

@metc metc Oct 27, 2017

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
Copy link
Contributor

Baughn commented Feb 3, 2019

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.

3 participants