We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dep
1 parent 39b889f commit 3a2f21eCopy full SHA for 3a2f21e
appveyor.yml
@@ -33,6 +33,9 @@ install:
33
- set Path=c:\go\bin;c:\gopath\bin;C:\Program Files (x86)\Bazaar\;C:\Program Files\Mercurial\%Path%
34
- go version
35
- go env
36
+ # Fetch dependencies using `dep`
37
+ - go get github.com/golang/dep/cmd/dep
38
+ - dep ensure -v -vendor-only
39
40
build: false
41
deploy: false
@@ -42,4 +45,4 @@ test_script:
42
45
- ps: c:\gopath\src\github.com\pact-foundation\pact-go\scripts\pact.ps1
43
46
44
47
artifacts:
-- path: '**\*.log'
48
+- path: '**\*.log'
0 commit comments