From 3fc6f6c10235095ccc69a1e938ed068874db890e Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Sat, 11 Nov 2017 13:29:39 +0000 Subject: [PATCH] Remove iOS and windows targets since they don't have openssl --- .travis.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4492818..832e0c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,18 +25,6 @@ matrix: - env: TARGET=i686-linux-android DISABLE_TESTS=1 - env: TARGET=x86_64-linux-android DISABLE_TESTS=1 - # iOS - - env: TARGET=aarch64-apple-ios DISABLE_TESTS=1 - os: osx - - env: TARGET=armv7-apple-ios DISABLE_TESTS=1 - os: osx - - env: TARGET=armv7s-apple-ios DISABLE_TESTS=1 - os: osx - - env: TARGET=i386-apple-ios DISABLE_TESTS=1 - os: osx - - env: TARGET=x86_64-apple-ios DISABLE_TESTS=1 - os: osx - # Linux - env: TARGET=aarch64-unknown-linux-gnu - env: TARGET=arm-unknown-linux-gnueabi @@ -65,9 +53,6 @@ matrix: - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1 - env: TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1 - # Windows - - env: TARGET=x86_64-pc-windows-gnu - # Bare metal # These targets don't support std and as such are likely not suitable for # most crates. -- libgit2 1.7.2