Build docs without optional impls

There's no way to identify them as opt-in in the docs which is a
constant source of confusion so it's safer to just not mention them
there.
This commit is contained in:
Steven Fackler
2015-04-20 21:29:34 -07:00
parent 90810f2622
commit 4a0067af6f

View File

@@ -6,7 +6,7 @@ before_script:
script:
- cargo test
- cargo test --features "uuid rustc-serialize time unix_socket serde"
- cargo doc --no-deps --features "uuid rustc-serialize time unix_socket serde"
- cargo doc --no-deps --features "unix_socket"
after_success:
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && ./.travis/update_docs.sh
env: