Skip to content

Commit 47fa242

Browse files
committed
Remove verbose flag on carthage build
1 parent 1b3d3b8 commit 47fa242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ script:
3737
before_script:
3838
- carthage bootstrap
3939
before_deploy:
40-
- carthage build --no-skip-current --verbose
40+
- carthage build --no-skip-current
4141
- carthage archive PusherSwift
4242
deploy:
4343
provider: releases

0 commit comments

Comments
 (0)