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