1
2version: build-{build}.{branch}
3
4clone_folder: C:\gopath\src\github.com\Masterminds\glide
5shallow_clone: true
6
7environment:
8  GOPATH: C:\gopath
9
10platform:
11  - x64
12
13build: off
14
15install:
16  - go version
17  - go env
18
19test_script:
20  - go test -v . ./gb ./path ./action ./tree ./util ./godep ./godep/strip ./gpm ./cfg ./dependency ./importer ./msg ./repo ./mirrors
21
22deploy: off
23