Skip to content

Commit 6cfe494

Browse files
committed
build: stop verbose output to keep travis from overflowing
1 parent 175506e commit 6cfe494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ func doXCodeFramework(cmdline []string) {
980980
if *deploy != "" {
981981
meta := newPodMetadata(env, archive)
982982
build.Render("build/pod.podspec", "Geth.podspec", 0755, meta)
983-
build.MustRunCommand("pod", *deploy, "push", "Geth.podspec", "--allow-warnings", "--verbose")
983+
build.MustRunCommand("pod", *deploy, "push", "Geth.podspec", "--allow-warnings")
984984
}
985985
}
986986

0 commit comments

Comments
 (0)