Skip to content

Commit aae143b

Browse files
authored
Bump all compatible deps (#325)
* Bump compatible deps * Do not save debug info
1 parent 7736174 commit aae143b

File tree

2 files changed

+353
-476
lines changed

2 files changed

+353
-476
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ before_cache:
2323

2424
before_script:
2525
- export CARGO_TARGET_DIR=$(pwd)/target
26+
# It's kinda useless to save debug info on CI.
27+
- export RUSTFLAGS='-C debuginfo=0'
2628
# NOTE: To increase caching efficiency, keep the same mdbook version
2729
# in blacksmith/Cargo.lock too
2830
- cargo install -v --debug --locked mdbook --vers '=0.3.6'

0 commit comments

Comments
 (0)