mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-19 17:43:39 +00:00
Only push source strings to transifex if this is master branch
This commit is contained in:
@@ -5,6 +5,7 @@ node_js:
|
||||
- "8"
|
||||
sudo: required
|
||||
after_success:
|
||||
- if [[ "$TRAVIS_PULL_REQUEST" != "false" -o "$TRAVIS_BRANCH" != "master" ]]; then exit 0; fi
|
||||
- pip install virtualenv
|
||||
- virtualenv ~/env
|
||||
- source ~/env/bin/activate
|
||||
|
||||
Reference in New Issue
Block a user