Added doc tests to the Travis script.

This commit is contained in:
Aaron Weiss 2017-11-16 17:32:09 +01:00
parent dc55d08996
commit 2a11e63725
No known key found for this signature in database
GPG key ID: 047D32DF25DC22EF

View file

@ -9,6 +9,7 @@ script:
- ./mktestconfig.sh - ./mktestconfig.sh
- cargo build --verbose --features "toml yaml" - cargo build --verbose --features "toml yaml"
- cargo test --verbose --features "toml yaml" - cargo test --verbose --features "toml yaml"
- cargo test --doc
- cargo build --verbose --no-default-features - cargo build --verbose --no-default-features
- cargo test --verbose --no-default-features - cargo test --verbose --no-default-features
notifications: notifications: