Skip to content

Commit

Permalink
disable Android CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Apr 9, 2019
1 parent f9e88b0 commit 7462416
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ matrix:
env: FEATURES="--features trust-dns"

# 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
#- 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.31.0
Expand Down

0 comments on commit 7462416

Please sign in to comment.