summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-01-22 09:37:31 -0500
committerJames E. King III <jking@apache.org>2019-01-22 09:37:31 -0500
commit5870cc81e8c716cf938c8f077549548885d30dcd (patch)
treea367838174ccff79ec3484f71960583a947c6773 /.travis.yml
parentcd9e8c9bf75d7aaae7fed1cf3e19f8d25e49a2cf (diff)
downloadthrift-5870cc81e8c716cf938c8f077549548885d30dcd.tar.gz
Change Travis CI to use three cross test jobs again as we hit the 90 minute limit we had negotiated.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 75685d55e..255f1d93b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,15 +68,6 @@ jobs:
# ========================= stage: thrift =======================
# ------------------------- phase: cross ------------------------
- # apache/thrift official PR builds can exceed 50 minutes per job so combine all cross tests
- - stage: thrift
- script: build/docker/run.sh
- if: repo = apache/thrift
- env:
- - JOB="Cross Language Tests"
- - SCRIPT="cross-test.sh"
-
- # fork based PR builds cannot exceed 50 minutes per job
- stage: thrift
script: build/docker/run.sh
if: repo != apache/thrift