From 60ac096f9971aba98ddfa92bed6a94b625b4c731 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Thu, 6 Apr 2017 00:33:05 -0400 Subject: [PATCH] Ensure Travis builds Test configuration. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'"