From b2a4afec2ac11ee78bc4f094e552150191316258 Mon Sep 17 00:00:00 2001 From: "James E. King III" Date: Tue, 22 Jan 2019 09:38:17 -0500 Subject: fix travis CI cross --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.travis.yml') 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" -- cgit v1.2.1