From c41baabac99d4de698777de756257a87b495fac7 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 16 Nov 2014 14:03:40 -0800 Subject: [PATCH] Fix travis features --- .travis.yml | 4 ++-- 1 file 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 ] &&