Travis: only enable transifex job on main repo
To avoid false positive alarm from citra-nightly and citra-canary repo
This commit is contained in:
parent
252e5f173d
commit
bbf8567b49
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ matrix:
|
||||||
script: "./.travis/linux/build.sh"
|
script: "./.travis/linux/build.sh"
|
||||||
after_success: "./.travis/linux/upload.sh"
|
after_success: "./.travis/linux/upload.sh"
|
||||||
cache: ccache
|
cache: ccache
|
||||||
- if: branch = master AND type = push
|
- if: repo = citra-emu/citra AND branch = master AND type = push
|
||||||
os: linux
|
os: linux
|
||||||
env: NAME="transifex push"
|
env: NAME="transifex push"
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
Loading…
Reference in a new issue