🏡 index : ~doyle/reaper.git

author Jordan Doyle <jordan@9t9t9.com> 2017-11-11 13:29:39.0 +00:00:00
committer Jordan Doyle <jordan@9t9t9.com> 2017-11-11 13:29:39.0 +00:00:00
commit
3fc6f6c10235095ccc69a1e938ed068874db890e [patch]
tree
75697cb2d6b91cd789cc86085e4af989176a6244
parent
6539b7368983c2ba47bdea13f429e766921ad3d9
download
3fc6f6c10235095ccc69a1e938ed068874db890e.tar.gz

Remove iOS and windows targets since they don't have openssl



Diff

 .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.