fix travis CI cross
diff --git a/.travis.yml b/.travis.yml
index 255f1d9..5b93140 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -70,7 +70,6 @@
     # ------------------------- phase: cross ------------------------
     - stage: thrift
       script: build/docker/run.sh
-      if: repo != apache/thrift
       env:
         - JOB="Cross Language Tests (Binary Protocol)"
         - SCRIPT="cross-test.sh"
@@ -78,7 +77,6 @@
 
     - stage: thrift
       script: build/docker/run.sh
-      if: repo != apache/thrift
       env:
         - JOB="Cross Language Tests (Header, JSON Protocols)"
         - SCRIPT="cross-test.sh"
@@ -86,7 +84,6 @@
 
     - stage: thrift
       script: build/docker/run.sh
-      if: repo != apache/thrift
       env:
         - JOB="Cross Language Tests (Compact and Multiplexed Protocols)"
         - SCRIPT="cross-test.sh"