Skip to content

Commit a7728d3

Browse files
committed
Remove RUST_MIN_STACK declarations from CI scripts
1 parent 968d30f commit a7728d3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ script:
4646
- |
4747
if [ -z ${INTEGRATION} ]; then
4848
cargo build
49-
RUST_MIN_STACK=8388608 cargo test
49+
cargo test
5050
else
5151
./ci/integration.sh
5252
fi

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# and modified (mainly removal of deployment) to suit rustfmt.
33

44
environment:
5-
RUST_MIN_STACK: 8388608
65
global:
76
PROJECT_NAME: rustfmt
87
matrix:

0 commit comments

Comments
 (0)