We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968d30f commit a7728d3Copy full SHA for a7728d3
.travis.yml
@@ -46,7 +46,7 @@ script:
46
- |
47
if [ -z ${INTEGRATION} ]; then
48
cargo build
49
- RUST_MIN_STACK=8388608 cargo test
+ cargo test
50
else
51
./ci/integration.sh
52
fi
appveyor.yml
@@ -2,7 +2,6 @@
2
# and modified (mainly removal of deployment) to suit rustfmt.
3
4
environment:
5
- RUST_MIN_STACK: 8388608
6
global:
7
PROJECT_NAME: rustfmt
8
matrix:
0 commit comments