From ef26b6739e046a3fe59cec2d5aabde632081a7b6 Mon Sep 17 00:00:00 2001 From: michael starke Date: Wed, 24 May 2017 23:42:30 +0200 Subject: [PATCH] Using xcodebuild instead of broken xctools --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 586b3763..65786343 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,5 @@ language: objective-c before_install: - carthage bootstrap --platform Mac xcode_project: MacPass.xcodeproj -xcode_scheme: MacPass \ No newline at end of file +xcode_scheme: MacPass +script: xcodebuild clean && xcodebuild build -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO \ No newline at end of file