feat(all): Fix AppVeyor tests

This commit is contained in:
Alexis Mousset
2017-06-14 21:01:03 +02:00
parent c3a2409957
commit b27013765a
2 changed files with 5 additions and 4 deletions

View File

@@ -12,4 +12,6 @@ install:
- cargo -vV
build: false
test_script:
- cd lettre_email; cargo test
- cargo test --verbose --manifest-path lettre/Cargo.toml
- cargo test --verbose --manifest-path lettre_email/Cargo.toml

View File

@@ -29,9 +29,8 @@ before_script:
- sudo chgrp -R postdrop /var/spool/postfix/maildrop
script:
- |
cd lettre && cargo build && cargo test
cd ../lettre_email && cargo build && cargo test
- cargo test --verbose --manifest-path lettre/Cargo.toml
- cargo test --verbose --manifest-path lettre_email/Cargo.toml
env:
global: