diff options
| author | Steven Fackler <[email protected]> | 2016-10-15 16:51:29 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-10-15 16:51:29 -0700 |
| commit | 872fcfc3d509b807b1bbb4d818fa28448085a58e (patch) | |
| tree | 8168421163c3bf712d980dd7b8af72f1be143d9f | |
| parent | De-enumify Padding (diff) | |
| download | rust-openssl-872fcfc3d509b807b1bbb4d818fa28448085a58e.tar.xz rust-openssl-872fcfc3d509b807b1bbb4d818fa28448085a58e.zip | |
Always build updated OpenSSL
Trusty's default OpenSSL seems to have a bug with DTLS if read_ahead
isn't enabled, even though that's not supposed to do anything for DTLS
(!?!).
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 347a23c5..55ba716d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ dist: trusty env: global: - TARGET=x86_64-unknown-linux-gnu + - BUILD_OPENSSL_VERSION=1.0.1u matrix: include: # ARM-bit version compat @@ -44,7 +45,6 @@ matrix: - rust: nightly # 64-bit version compat - - env: BUILD_OPENSSL_VERSION=1.0.1u - env: BUILD_OPENSSL_VERSION=1.0.2h - env: BUILD_OPENSSL_VERSION=1.1.0b |