Skip to content

Commit

Permalink
CI on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Feb 24, 2016
1 parent 484931f commit 6f2345f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appveyor.yml
@@ -0,0 +1,12 @@
version: "{build}"
clone_depth: 1
clone_folder: c:\gopath\src\github.com\rhysd\dot-github
environment:
GOPATH: c:\gopath
install:
- echo %PATH%
- echo %GOPATH%
- go version
- go env
test_script:
- go test -v ./...

0 comments on commit 6f2345f

Please sign in to comment.