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 7736174 commit aae143bCopy full SHA for aae143b
.travis.yml
@@ -23,6 +23,8 @@ before_cache:
23
24
before_script:
25
- export CARGO_TARGET_DIR=$(pwd)/target
26
+ # It's kinda useless to save debug info on CI.
27
+ - export RUSTFLAGS='-C debuginfo=0'
28
# NOTE: To increase caching efficiency, keep the same mdbook version
29
# in blacksmith/Cargo.lock too
30
- cargo install -v --debug --locked mdbook --vers '=0.3.6'
0 commit comments