Skip to content
This repository has been archived by the owner on Feb 3, 2018. It is now read-only.

Commit

Permalink
Try fixing the appveyor hg install
Browse files Browse the repository at this point in the history
  • Loading branch information
sdboyer committed Aug 15, 2016
1 parent 1006147 commit 627aec0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ environment:
platform:
- x64

cache:
- C:\ProgramData\chocolatey\bin -> appveyor.yml
- C:\ProgramData\chocolatey\lib -> appveyor.yml
install:
- go version
- go env
- choco install bzr hg
- choco install -y --force bzr hg
- set PATH=C:\Program Files (x86)\Bazaar\;C:\Program Files\Mercurial\;%PATH%
build_script:
- go get github.com/Masterminds/glide
Expand Down

0 comments on commit 627aec0

Please sign in to comment.