Update .travis.yml and appveyor.yml to build quietly.

This commit is contained in:
N. Taylor Mullen 2015-04-07 16:14:09 -07:00
parent 28fe8e3f8c
commit db002867d7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
language: csharp language: csharp
sudo: false sudo: false
script: script:
- ./build.sh verify - ./build.sh --quiet verify

View File

@ -1,7 +1,7 @@
init: init:
- git config --global core.autocrlf true - git config --global core.autocrlf true
build_script: build_script:
- build.cmd verify - build.cmd --quiet verify
clone_depth: 1 clone_depth: 1
test: off test: off
deploy: off deploy: off