Skip to content

Commit 3a2f21e

Browse files
committed
chore(vendor) Fetch dep together with dependencies within AppVeyor build
1 parent 39b889f commit 3a2f21e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ install:
3333
- set Path=c:\go\bin;c:\gopath\bin;C:\Program Files (x86)\Bazaar\;C:\Program Files\Mercurial\%Path%
3434
- go version
3535
- go env
36+
# Fetch dependencies using `dep`
37+
- go get github.com/golang/dep/cmd/dep
38+
- dep ensure -v -vendor-only
3639

3740
build: false
3841
deploy: false
@@ -42,4 +45,4 @@ test_script:
4245
- ps: c:\gopath\src\github.com\pact-foundation\pact-go\scripts\pact.ps1
4346

4447
artifacts:
45-
- path: '**\*.log'
48+
- path: '**\*.log'

0 commit comments

Comments
 (0)