Skip to content

Commit 189b4f6

Browse files
committed
Travis: clean docs dir before dead link checking and uploading
1 parent de83b90 commit 189b4f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ matrix:
3737
- cargo test --package rand_core --no-default-features --features=alloc,serde1
3838
- cargo test --features serde1,log,nightly,alloc
3939
- cargo test --all --benches
40+
# clean out the docs dir, otherwise old files may get included
41+
- cargo clean
4042
- cargo doc --no-deps --all --all-features
4143
- cargo deadlinks --dir target/doc
4244
after_success:

0 commit comments

Comments
 (0)