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 fb58f5b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@ 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 bzr
- refreshenv
- choco install -y hg
- refreshenv
- 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 fb58f5b

Please sign in to comment.