This is an automated email from the ASF dual-hosted git repository.
jking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new 5870cc8 Change Travis CI to use three cross test jobs again as we hit
the 90 minute limit we had negotiated.
5870cc8 is described below
commit 5870cc81e8c716cf938c8f077549548885d30dcd
Author: James E. King III <[email protected]>
AuthorDate: Tue Jan 22 09:37:31 2019 -0500
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(-)
diff --git a/.travis.yml b/.travis.yml
index 75685d5..255f1d9 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