From 56f04a8924c7031bd71699fb3e0e3a1c804d85fa Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Thu, 23 Oct 2014 00:14:45 -0400 Subject: [PATCH] xctool gets project targets confused; specify iOS project explicitly. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 27c68d64..cf501986 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: objective-c -xcode_workspace: MasterPassword.xcworkspace +xcode_project: MasterPassword/ObjC/iOS/MasterPassword-iOS.xcodeproj xcode_scheme: MasterPassword iOS (Development) xcode_sdk: iphonesimulator git: