Files
luet/vendor/github.com/nxadm/tail/appveyor.yml
Ettore Di Giacinto 6b8f412138 Update vendor
2020-06-12 17:58:13 +02:00

12 lines
243 B
YAML

version: 0.{build}
skip_tags: true
cache: C:\Users\appveyor\AppData\Local\NuGet\Cache
build_script:
- SET GOPATH=c:\workspace
- go test -v -race ./...
test: off
clone_folder: c:\workspace\src\github.com\nxadm\tail
branches:
only:
- master