Add openssl feature to travis config

This commit is contained in:
Steven Fackler
2015-04-27 22:53:02 -07:00
parent bf4820375d
commit 9a19f01512

View File

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