From 49c24af9cc4938cf4d2254db70210ba435580480 Mon Sep 17 00:00:00 2001 From: Emily Toop Date: Wed, 8 Aug 2018 13:57:59 +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 dfc70006..3556c782 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,6 +63,6 @@ matrix: - cd ffi - cargo lipo --release - cd .. - - cd sdks/swift/Mentat && + - cd sdks/swift/Mentat - xcodebuild -configuration Debug -scheme "Mentat Debug" -sdk iphonesimulator test -destination 'platform=iOS Simulator,name=iPhone SE,OS=latest' | xcpretty - cd ../../..