Skip to content

Commit a8a0c92

Browse files
technoweeniettaylorr
authored andcommitted
Backport go-1.7.4 from git-lfs#1734 to release-1.5
1 parent be2d9cc commit a8a0c92

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# http://docs.travis-ci.com/user/languages/go/
22
language: go
33

4-
go: 1.7.1
4+
go: 1.7.4
55

66
os:
77
- linux

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ environment:
77
clone_folder: $(GOPATH)\src\github.com\git-lfs\git-lfs
88

99
install:
10+
- echo $(GOPATH)
11+
- rd C:\Go /s /q
12+
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.4.windows-amd64.zip
13+
- 7z x go1.7.4.windows-amd64.zip -oC:\ >nul
14+
- C:\go\bin\go version
1015
- cinst InnoSetup -y
1116
- set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%
1217

0 commit comments

Comments
 (0)