mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-07 02:36:41 +02: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