Added a cargo clean before the first cargo build (to ensure only one copy of irc

for doc tests).
This commit is contained in:
Aaron Weiss 2018-01-30 03:16:55 +01:00
parent 9f684161be
commit dfae4b4f45
No known key found for this signature in database
GPG key ID: 047D32DF25DC22EF

View file

@ -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"