Build docs with features enabled

This commit is contained in:
Steven Fackler 2015-02-27 20:06:12 -08:00
parent e24a4ae2ae
commit 3017ed7a42

View File

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