diff options
| author | Steven Fackler <[email protected]> | 2014-11-16 14:03:40 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-11-16 14:03:58 -0800 |
| commit | c41baabac99d4de698777de756257a87b495fac7 (patch) | |
| tree | 5b69f0c1ce1b9ff9e4703c5cb3669696c5b90a3b | |
| parent | Move AES XTS support to a feature (diff) | |
| download | rust-openssl-c41baabac99d4de698777de756257a87b495fac7.tar.xz rust-openssl-c41baabac99d4de698777de756257a87b495fac7.zip | |
Fix travis features
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 831a77d6..5278a87f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ env: - secure: qLvBJoJOJcPPZ+e31175O6sMUGBHgHe/kBuI0FCPeifYmpFyeRAkEvGddEkf8t3rojV+wE14CNYzzGsT/W/+JY7xW0C1FQKW3r+8SZ1Cave/8ahee0aCQVXGf0XY8c52uG6MrLGiUlNZbOsyFSdFUc/Io+kYZas4DxrinRSOIEA= matrix: - FEATURES="" - - FEATURES="tlsv1_1 tlsv1_2" + - FEATURES="tlsv1_1 tlsv1_2 aes_xts" os: - osx - linux @@ -13,7 +13,7 @@ before_script: script: - cargo build --features "$FEATURES" - cargo test --features "$FEATURES" - - cargo doc --features "sslv2 tlsv1_1 tlsv1_2 aes_xtc" + - cargo doc --features "sslv2 tlsv1_1 tlsv1_2 aes_xts" after_success: | [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && |