Remove RUST_MIN_STACK declarations from CI scripts

This commit is contained in:
topecongiro 2019-03-26 23:35:51 +09:00
parent 968d30f5d8
commit a7728d352c
2 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,7 @@ script:
- |
if [ -z ${INTEGRATION} ]; then
cargo build
RUST_MIN_STACK=8388608 cargo test
cargo test
else
./ci/integration.sh
fi

View File

@ -2,7 +2,6 @@
# and modified (mainly removal of deployment) to suit rustfmt.
environment:
RUST_MIN_STACK: 8388608
global:
PROJECT_NAME: rustfmt
matrix: