Added a cargo clean before the first cargo build (to ensure only one copy of irc
for doc tests).
This commit is contained in:
parent
9f684161be
commit
dfae4b4f45
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ sudo: false
|
|||
script:
|
||||
- chmod +x mktestconfig.sh
|
||||
- ./mktestconfig.sh
|
||||
- cargo clean
|
||||
- cargo build --verbose
|
||||
- rustdoc --test README.md -L target/debug/deps
|
||||
- cargo test --verbose --features "toml yaml"
|
||||
|
|
Loading…
Add table
Reference in a new issue