Skip to content

Commit 6164a0d

Browse files
Update .travis.yml.
1 parent f17362b commit 6164a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ desc "build"
88
task :build, :workspace, :schemes do |t, args|
99
schemes = args[:schemes].gsub(/'/, '').split(' ')
1010
schemes.each do |scheme|
11-
system("xcodebuild -workspace #{args[:workspace]} -scheme #{scheme}")
11+
system("xcodebuild -workspace #{args[:workspace]} -scheme #{scheme} CODE_SIGN_IDENTITY=\"\" CODE_SIGNING_REQUIRED=NO | xcpretty -c")
1212
end
1313
end
1414

0 commit comments

Comments
 (0)