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

Commit 3f1249f

Browse files
author
N. Taylor Mullen
committed
Update .travis.yml and appveyor.yml to build quietly.
1 parent 0fb4085 commit 3f1249f

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
@@ -1,4 +1,4 @@
11
language: csharp
22
sudo: false
33
script:
4-
- ./build.sh verify
4+
- ./build.sh --quiet verify

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
init:
22
- git config --global core.autocrlf true
33
build_script:
4-
- build.cmd verify
4+
- build.cmd --quiet verify
55
clone_depth: 1
66
test: off
77
deploy: off

0 commit comments

Comments
 (0)