From 0ed6001857ebc74e15d60034bf3fbdd241dcc38a Mon Sep 17 00:00:00 2001 From: Emily Toop Date: Wed, 8 Aug 2018 14:41:37 +0100 Subject: [PATCH] Add iOS build task --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 938b6ab2..ce5cbacd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,6 +64,7 @@ matrix: - cargo lipo --release - cd .. - cd sdks/swift/Mentat + - echo "" | xcversion simulators --install='iOS 10.3.1' - instruments -s devices - xcodebuild -configuration Debug -scheme "Mentat Debug" -sdk iphonesimulator test -destination 'platform=jibberish' | xcpretty - cd ../../..