Merge pull request #600 from AndreKR/appveyor

Add appveyor.yml
This commit is contained in:
Damien Mathieu 2017-07-27 09:51:31 +02:00 committed by GitHub
commit c2f40cf579
1 changed files with 14 additions and 0 deletions

14
appveyor.yml Normal file
View File

@ -0,0 +1,14 @@
version: "{build}"
platform: x64
clone_folder: c:\gopath\src\github.com\sirupsen\logrus
environment:
GOPATH: c:\gopath
branches:
only:
- master
install:
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- go version
build_script:
- go get -t
- go test