clean up between cargo build and cargo test in CI

This commit is contained in:
Sean McArthur
2017-09-19 12:17:41 -07:00
parent 2fc4d3e5f3
commit abf31cf3f6
+1
View File
@@ -15,5 +15,6 @@ cache: cargo
script:
- cargo build
- cargo clean
- cargo test
- rustdoc --test README.md -L target/debug/deps