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

Commit 7a7b161

Browse files
committed
Revert "Update .travis.yml and appveyor.yml to build quietly."
This reverts commit 85d10f2.
1 parent 85d10f2 commit 7a7b161

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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 --quiet verify
8+
- ./build.sh 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 --quiet verify
2+
- build.cmd verify
33
clone_depth: 1
44
test: off
55
deploy: off

0 commit comments

Comments
 (0)