Skip to content

Commit b937c05

Browse files
authored
Merge pull request #10 from tsif/develop
quiet parameter in xcodebuild
2 parents 2ef9a75 + a99fdee commit b937c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ branches:
99
notifications:
1010
on_success: never
1111
script:
12-
- xcodebuild clean -project SourcePreview.xcodeproj -scheme SwiftPreview build
12+
- xcodebuild -quiet clean -project SourcePreview.xcodeproj -scheme SwiftPreview build

0 commit comments

Comments
 (0)