summaryrefslogtreecommitdiff
path: root/vendor/github.com/Masterminds/goutils/appveyor.yml
blob: 657564a8474df9a2eab693cfb88ae56e63ac2f13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
version: build-{build}.{branch}

clone_folder: C:\gopath\src\github.com\Masterminds\goutils
shallow_clone: true

environment:
  GOPATH: C:\gopath

platform:
  - x64

build: off

install:
  - go version
  - go env

test_script:
  - go test -v

deploy: off