From 5870cc81e8c716cf938c8f077549548885d30dcd Mon Sep 17 00:00:00 2001 From: "James E. King III" Date: Tue, 22 Jan 2019 09:37:31 -0500 Subject: Change Travis CI to use three cross test jobs again as we hit the 90 minute limit we had negotiated. --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.1