feat(transport): Run tests when no features are enabled

This commit is contained in:
Alexis Mousset
2017-07-17 15:00:56 +02:00
parent a2143caf02
commit 2aa3cd0670

View File

@@ -29,6 +29,7 @@ before_script:
- sudo chgrp -R postdrop /var/spool/postfix/maildrop
script:
- cargo test --verbose --manifest-path lettre/Cargo.toml --no-default-features
- cargo test --verbose --manifest-path lettre/Cargo.toml
- cargo test --verbose --manifest-path lettre_email/Cargo.toml