github.com/2dev2/tail@v1.4.5/appveyor.yml (about)

     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\nxadm\tail
     9  branches:
    10    only:
    11    - master