From 9a19f01512b805aee3a091332522bc459233c995 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 27 Apr 2015 22:53:02 -0700 Subject: [PATCH] Add openssl feature to travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 868e2c2a..c6732737 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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