From ede437e62a5a8b8d4562f322624a5dbc36f4dc7a Mon Sep 17 00:00:00 2001 From: Abhishek Banthia Date: Mon, 29 Apr 2019 23:47:33 -0700 Subject: [PATCH] Messing around --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index da62f0b..eb0e4d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,4 @@ before_script: - xcodebuild -version script: - set -o pipefail && env "NSUnbufferedIO=YES" - - xcodebuild -project Clocker/Clocker.xcodeproj -scheme Clocker build analyze | xcpretty - - xcodebuild -project Clocker/Clocker.xcodeproj -scheme Tests test-without-building | xcpretty \ No newline at end of file + - xcodebuild -project Clocker/Clocker.xcodeproj -scheme Clocker build analyze CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= | xcpretty \ No newline at end of file