Add openssl feature to travis config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user