aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ccab34c6..831a77d6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ before_script:
script:
- cargo build --features "$FEATURES"
- cargo test --features "$FEATURES"
- - cargo doc --features "sslv2 tlsv1_1 tlsv1_2"
+ - cargo doc --features "sslv2 tlsv1_1 tlsv1_2 aes_xtc"
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&