We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81698af commit d8f015dCopy full SHA for d8f015d
1 file changed
.appveyor.yml
@@ -1,19 +1,12 @@
1
image: Visual Studio 2017
2
environment:
3
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"
11
clone_folder: c:\gopath\src\github.com\read-and-code\cache
12
build: off
13
-install:
14
- - "SET PATH=%GO%\\bin;%PATH%"
15
- - "echo %GO%"
16
- - "SET GOTOOLDIR=%GO%\\pkg\\tool\\windows_%GOARCH%"
+stack:
+ - go 1.11
+ - go 1.10
+ - go 1.9
17
before_test:
18
- go version
19
- go env
0 commit comments