Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Commit 85d10f2

Browse files
author
N. Taylor Mullen
committed
Update .travis.yml and appveyor.yml to build quietly.
1 parent 9f8284a commit 85d10f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ addons:
55
packages:
66
- zsh
77
script:
8-
- ./build.sh verify
8+
- ./build.sh --quiet verify

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build_script:
2-
- build.cmd verify
2+
- build.cmd --quiet verify
33
clone_depth: 1
44
test: off
55
deploy: off

0 commit comments

Comments
 (0)