From 9154303fa11769c8c09df5a6c20e1a8db7634522 Mon Sep 17 00:00:00 2001 From: Emily Toop Date: Wed, 8 Aug 2018 14:32:31 +0100 Subject: [PATCH] Add iOS build task --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3556c782..938b6ab2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,5 +64,6 @@ matrix: - cargo lipo --release - cd .. - cd sdks/swift/Mentat - - xcodebuild -configuration Debug -scheme "Mentat Debug" -sdk iphonesimulator test -destination 'platform=iOS Simulator,name=iPhone SE,OS=latest' | xcpretty + - instruments -s devices + - xcodebuild -configuration Debug -scheme "Mentat Debug" -sdk iphonesimulator test -destination 'platform=jibberish' | xcpretty - cd ../../..