aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/codegangsta/cli/appveyor.yml
blob: 3ca7afabd3d3df24fcf6d43d08918edd6e699d4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: "{build}"

os: Windows Server 2012 R2

install:
  - go version
  - go env

build_script:
  - cd %APPVEYOR_BUILD_FOLDER%
  - go vet ./...
  - go test -v ./...

test: off

deploy: off