diff --git a/.travis.yml b/.travis.yml index 2a40da54..bf58c3cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,11 +59,9 @@ matrix: - rustup target add aarch64-apple-ios armv7-apple-ios armv7s-apple-ios x86_64-apple-ios i386-apple-ios - cargo install cargo-lipo script: - - > - cd ffi && - 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 && - cd ../../.. + - cd ffi + - 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 + - cd ../../..