From bbf8567b496e8d1f0bc53008f3f71817d923463a Mon Sep 17 00:00:00 2001
From: Weiyi Wang <wwylele@gmail.com>
Date: Fri, 27 Apr 2018 19:52:52 +0300
Subject: [PATCH] Travis: only enable transifex job on main repo

To avoid false positive alarm from citra-nightly and citra-canary repo
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7a1a83564..f4e1ac7a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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