Skip to content

Commit

Permalink
Change config for travis to RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattes Groeger committed Apr 7, 2013
1 parent af054cf commit 561ab75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -34,7 +34,7 @@ def log(scheme, result)
end

def compile(workspace, scheme)
command = "xcodebuild -workspace #{workspace} -scheme #{scheme} -configuration Debug -sdk iphonesimulator -verbose"
command = "xcodebuild -workspace #{workspace} -scheme #{scheme} -configuration Release -sdk iphonesimulator -verbose"
IO.popen(command) do |io|
while line = io.gets do
puts line
Expand Down

0 comments on commit 561ab75

Please sign in to comment.