Remove trust-dns when target_os is Android

This commit is contained in:
Sean McArthur
2019-01-10 12:46:44 -08:00
parent b71787be86
commit 2649f9ab56
4 changed files with 22 additions and 1 deletions

View File

@@ -26,6 +26,13 @@ matrix:
- rust: stable
env: FEATURES="--features hyper-011"
# android
- rust: stable
env: TARGET=aarch64-linux-android
install: rustup target add "$TARGET"
# disable default-tls feature since cross-compiling openssl is dragons
script: cargo build --target "$TARGET" --no-default-features
# minimum version
- rust: 1.30.0
script: cargo build