mirror of https://github.com/spf13/afero.git
Integrate AppVeyor config file
This commit is contained in:
parent
b705e04d55
commit
17333d8c34
|
@ -0,0 +1,10 @@
|
||||||
|
version: '{build}'
|
||||||
|
build_script:
|
||||||
|
- cmd: >-
|
||||||
|
go version
|
||||||
|
|
||||||
|
go env
|
||||||
|
|
||||||
|
go build
|
||||||
|
test_script:
|
||||||
|
- cmd: go test -v ./...
|
Loading…
Reference in New Issue