1version: 0.{build}
2skip_tags: true
3cache: C:\Users\appveyor\AppData\Local\NuGet\Cache
4build_script:
5- SET GOPATH=c:\workspace
6- go test -v -race ./...
7test: off
8clone_folder: c:\workspace\src\github.com\hpcloud\tail
9branches:
10  only:
11  - master
12