diff --git a/.travis.yml b/.travis.yml index 0c98d89b..2a40da54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,10 +60,10 @@ matrix: - cargo install cargo-lipo script: - > - cd ffi - cargo lipo --release + 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 sdks/swift/Mentat && + xcodebuild -configuration Debug -scheme "Mentat Debug" -sdk iphonesimulator test -destination 'platform=iOS Simulator,name=iPhone SE,OS=latest' | xcpretty && cd ../../..