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:
Weiyi Wang 2018-04-27 19:52:52 +03:00 committed by GitHub
parent 252e5f173d
commit bbf8567b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ matrix:
script: "./.travis/linux/build.sh"
after_success: "./.travis/linux/upload.sh"
cache: ccache
- if: branch = master AND type = push
- if: repo = citra-emu/citra AND branch = master AND type = push
os: linux
env: NAME="transifex push"
sudo: required