diff options
| author | Steven Fackler <[email protected]> | 2015-06-29 21:55:55 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-06-29 21:55:55 -0700 |
| commit | 8f408dae65f62c92b8f6b116c85a4b7d4c0c8a7f (patch) | |
| tree | ce08429c7b831d43fd7377277040441d778e025f | |
| parent | Merge pull request #229 from jmesmon/alpn (diff) | |
| download | rust-openssl-8f408dae65f62c92b8f6b116c85a4b7d4c0c8a7f.tar.xz rust-openssl-8f408dae65f62c92b8f6b116c85a4b7d4c0c8a7f.zip | |
Initialize FEATURES again in travis config
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4d0379b8..d512112c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,9 @@ rust: os: - osx - linux +env: + global: + - FEATURES="tlsv1_2 tlsv1_1 dtlsv1 dtlsv1_2 sslv2 aes_xts npn alpn" before_script: - ./openssl/test/test.sh script: |