appveyor.yml 245 B

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