Build docs with features enabled
This commit is contained in:
parent
e24a4ae2ae
commit
3017ed7a42
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user