aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2015-08-02 22:25:33 -0400
committerSteven Fackler <[email protected]>2015-08-02 22:25:33 -0400
commitd193198ae9fa57907ad0454b084a8719f121d629 (patch)
tree8a5f8cf2e3a13a2045209ac83ac6d232d4cba4b8
parentMerge pull request #242 from awelkie/master (diff)
downloadrust-openssl-d193198ae9fa57907ad0454b084a8719f121d629.tar.xz
rust-openssl-d193198ae9fa57907ad0454b084a8719f121d629.zip
Add new feature to travis tests
-rw-r--r--.travis.yml2
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: