Skip to content

Commit 5bc102f

Browse files
Update .travis.yml
1 parent b756a9a commit 5bc102f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ task :default => [:clean, :test]
88

99
desc "clean"
1010
task :clean do
11-
sh "xcodebuild clean -workspace #{WORKSPASE} -scheme #{SCHEME}"
11+
sh "xcodebuild clean -workspace #{WORKSPASE} -scheme #{SCHEME} | xcpretty -c"
1212
end
1313

1414
desc "run unit tests"
1515
task :test do
1616
DESTINATIONS.each do |destination|
17-
sh "xcodebuild test -sdk iphonesimulator -workspace #{WORKSPASE} -scheme #{SCHEME} -configuration Debug -destination \"#{destination}\""
17+
sh "xcodebuild test -sdk iphonesimulator -workspace #{WORKSPASE} -scheme #{SCHEME} -configuration Debug -destination \"#{destination}\" | xcpretty -c"
1818
end
1919
end

0 commit comments

Comments
 (0)