diff options
| author | Steven Fackler <[email protected]> | 2016-07-31 15:55:32 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-07-31 15:55:32 -0700 |
| commit | 6f40b65d2c3e1a9414b2b79d5c49e4ba061f4811 (patch) | |
| tree | 2d279f68c5e3350d37498107090be21fe0fcaec1 /openssl/test | |
| parent | Fix catch_unwind feature and drop feature gate (diff) | |
| download | rust-openssl-6f40b65d2c3e1a9414b2b79d5c49e4ba061f4811.tar.xz rust-openssl-6f40b65d2c3e1a9414b2b79d5c49e4ba061f4811.zip | |
Build against 1.9
Diffstat (limited to 'openssl/test')
| -rwxr-xr-x | openssl/test/run.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/openssl/test/run.sh b/openssl/test/run.sh index 85603773..cbd46cc6 100755 --- a/openssl/test/run.sh +++ b/openssl/test/run.sh @@ -7,10 +7,6 @@ if [ "$TEST_FEATURES" == "true" ]; then FEATURES="tlsv1_2 tlsv1_1 dtlsv1 dtlsv1_2 sslv3 aes_xts aes_ctr npn alpn rfc5114 ecdh_auto pkcs5_pbkdf2_hmac" fi -if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then - FEATURES="$FEATURES nightly catch_unwind" -fi - if [ "$TRAVIS_OS_NAME" != "osx" ]; then export OPENSSL_LIB_DIR=$HOME/openssl/lib export OPENSSL_INCLUDE_DIR=$HOME/openssl/include |