From 5bcbfd41b2d5c81716f5d30817ff8b0b06a52bc1 Mon Sep 17 00:00:00 2001 From: Emily Toop Date: Wed, 8 Aug 2018 12:07:25 +0100 Subject: [PATCH] Add iOS build task --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d747cae1..dfc70006 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,7 @@ matrix: os: osx install: - rustup target add aarch64-apple-ios armv7-apple-ios armv7s-apple-ios x86_64-apple-ios i386-apple-ios - - cargo install --git https://github.com/TimNN/cargo-lipo cargo-lipo + - cargo install --git https://github.com/TimNN/cargo-lipo - cargo lipo --version script: - cd ffi