summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-01-22 09:38:17 -0500
committerJames E. King III <jking@apache.org>2019-01-22 09:38:17 -0500
commitb2a4afec2ac11ee78bc4f094e552150191316258 (patch)
treedf3ba5f3304343941a05587eff820b3fab810ac1 /.travis.yml
parent5870cc81e8c716cf938c8f077549548885d30dcd (diff)
downloadthrift-b2a4afec2ac11ee78bc4f094e552150191316258.tar.gz
fix travis CI cross
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 255f1d93b..5b931406a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -70,7 +70,6 @@ jobs:
# ------------------------- 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 @@ jobs:
- 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 @@ jobs:
- stage: thrift
script: build/docker/run.sh
- if: repo != apache/thrift
env:
- JOB="Cross Language Tests (Compact and Multiplexed Protocols)"
- SCRIPT="cross-test.sh"