Skip to content

Commit d8f015d

Browse files
authored
Update .appveyor.yml
1 parent 81698af commit d8f015d

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

.appveyor.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
image: Visual Studio 2017
22
environment:
33
GOPATH: c:\gopath
4-
matrix:
5-
- GO: "C:\\go111"
6-
- GO: "C:\\go111-x86"
7-
- GO: "C:\\go110"
8-
- GO: "C:\\go110-x86"
9-
- GO: "C:\\go19"
10-
- GO: "C:\\go19-x86"
114
clone_folder: c:\gopath\src\github.com\read-and-code\cache
125
build: off
13-
install:
14-
- "SET PATH=%GO%\\bin;%PATH%"
15-
- "echo %GO%"
16-
- "SET GOTOOLDIR=%GO%\\pkg\\tool\\windows_%GOARCH%"
6+
stack:
7+
- go 1.11
8+
- go 1.10
9+
- go 1.9
1710
before_test:
1811
- go version
1912
- go env

0 commit comments

Comments
 (0)