...

Text file src/github.com/sirupsen/logrus/appveyor.yml

Documentation: github.com/sirupsen/logrus

     1version: "{build}"
     2platform: x64
     3clone_folder: c:\gopath\src\github.com\sirupsen\logrus
     4environment:
     5  GOPATH: c:\gopath
     6branches:
     7  only:
     8    - master
     9install:
    10  - set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
    11  - go version
    12build_script:
    13  - go get -t
    14  - go test

View as plain text