diff --git a/.travis.yml b/.travis.yml index ce5cbacd..9111ec03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,12 +59,12 @@ matrix: - 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 --version + - echo "" | xcversion simulators --install='iOS 10.3.1' + - instruments -s devices script: - cd ffi - 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 ../../..