From 2e6f577c7e17f57a99893c0fef6e89446dc3155c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 28 May 2020 17:04:52 +0300 Subject: [PATCH] Switch to tokio-native-tls for the Travis CI too --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8215949..34ea589 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,11 +19,11 @@ script: - cargo check --features async-std-runtime,async-native-tls - cargo check --features async-std-runtime,async-tls,async-native-tls - cargo check --features tokio-runtime,async-tls - - cargo check --features tokio-runtime,tokio-tls - - cargo check --features tokio-runtime,async-tls,tokio-tls + - cargo check --features tokio-runtime,tokio-native-tls + - cargo check --features tokio-runtime,async-tls,tokio-native-tls - cargo check --features gio-runtime - cargo check --features gio-runtime,async-tls - - cargo check --features async-std-runtime,async-tls,async-native-tls,tokio-runtime,tokio-tls,gio-runtime + - cargo check --features async-std-runtime,async-tls,async-native-tls,tokio-runtime,tokio-native-tls,gio-runtime - cargo test --features async-std-runtime - sudo apt-get install python-unittest2 - sudo pip install ghp-import urllib3[secure] autobahntestsuite