fail on error (#20)

ci-via-github-actions
This commit is contained in:
Casey Lee
2019-01-23 11:51:22 -08:00
committed by GitHub
parent f98caa2656
commit 320e9b6057
1274 changed files with 398630 additions and 9 deletions

15
vendor/gopkg.in/src-d/go-billy.v4/appveyor.yml generated vendored Normal file
View File

@@ -0,0 +1,15 @@
version: "{build}"
platform: x64
clone_folder: c:\gopath\src\gopkg.in\src-d\go-billy.v4
environment:
GOPATH: c:\gopath
install:
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- go version
- go get -v -t ./...
build_script:
- go test -v ./...