diff options
| author | Steven Fackler <[email protected]> | 2015-08-02 22:25:33 -0400 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-08-02 22:25:33 -0400 |
| commit | d193198ae9fa57907ad0454b084a8719f121d629 (patch) | |
| tree | 8a5f8cf2e3a13a2045209ac83ac6d232d4cba4b8 | |
| parent | Merge pull request #242 from awelkie/master (diff) | |
| download | rust-openssl-d193198ae9fa57907ad0454b084a8719f121d629.tar.xz rust-openssl-d193198ae9fa57907ad0454b084a8719f121d629.zip | |
Add new feature to travis tests
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7df1431a..2b056d10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ os: - linux env: global: - - FEATURES="tlsv1_2 tlsv1_1 dtlsv1 dtlsv1_2 sslv2 aes_xts npn alpn" + - FEATURES="tlsv1_2 tlsv1_1 dtlsv1 dtlsv1_2 sslv2 aes_xts npn alpn aes_ctr" before_install: - (test $TRAVIS_OS_NAME == "osx" || ./openssl/test/build.sh) before_script: |