diff options
| author | Steven Fackler <[email protected]> | 2017-05-12 11:07:42 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-05-12 11:16:25 -0700 |
| commit | d27cc18b90785c5dde4334bca28c95b96fb889c0 (patch) | |
| tree | b80f0a6c4e5acb8229adadae5420d807b6e9b6e0 | |
| parent | Fix support for LibreSSL versions other than 2.5.0 (diff) | |
| download | rust-openssl-d27cc18b90785c5dde4334bca28c95b96fb889c0.tar.xz rust-openssl-d27cc18b90785c5dde4334bca28c95b96fb889c0.zip | |
Test LibreSSL 2.5.4
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e1061645..e19b2d0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,6 +72,8 @@ matrix: # LibreSSL - env: BUILD_LIBRESSL_VERSION=2.5.0 + - env: BUILD_LIBRESSL_VERSION=2.5.4 + before_install: - ./openssl/test/build.sh - rustup target add $TARGET || true |