From a7728d352c6714b22ba92054c0ca6aaa8bc3a366 Mon Sep 17 00:00:00 2001 From: topecongiro Date: Tue, 26 Mar 2019 23:35:51 +0900 Subject: [PATCH] Remove RUST_MIN_STACK declarations from CI scripts --- .travis.yml | 2 +- appveyor.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 61a854dc216..905c0748f45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ script: - | if [ -z ${INTEGRATION} ]; then cargo build - RUST_MIN_STACK=8388608 cargo test + cargo test else ./ci/integration.sh fi diff --git a/appveyor.yml b/appveyor.yml index 84043e93fb9..87c1773ce8e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,6 @@ # and modified (mainly removal of deployment) to suit rustfmt. environment: - RUST_MIN_STACK: 8388608 global: PROJECT_NAME: rustfmt matrix: