Try to fix appveyor builds

This commit is contained in:
Alexis Mousset
2019-11-30 17:47:55 +01:00
parent 92ee714f9a
commit 9b432aff7a

View File

@@ -9,6 +9,8 @@ install:
- cargo -vV
build: false
test_script:
- cargo clean -p lettre
- cargo build --verbose --manifest-path lettre/Cargo.toml
- cargo clean -p lettre_email -p lettre
- cargo test --verbose --manifest-path lettre_email/Cargo.toml