diff --git a/.travis.yml b/.travis.yml index 76b149ae..c138d2c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,5 @@ git: submodules: true script: - "./platform-independent/cli-c/build" - - "xcodebuild -workspace platform-darwin/MasterPassword.xcworkspace -scheme 'MasterPassword iOS' -sdk iphonesimulator" - - "xcodebuild -workspace platform-darwin/MasterPassword.xcworkspace -scheme 'MasterPassword macOS' -sdk macosx" + - "xcodebuild -workspace platform-darwin/MasterPassword.xcworkspace -configuration 'Test' -scheme 'MasterPassword iOS'" + - "xcodebuild -workspace platform-darwin/MasterPassword.xcworkspace -configuration 'Test' -scheme 'MasterPassword macOS'"