Add unix_socket to tested features

This commit is contained in:
Steven Fackler
2015-02-27 20:05:17 -08:00
parent 52540678c8
commit e24a4ae2ae

View File

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