We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8932967 commit ee024d9Copy full SHA for ee024d9
2 files changed
.appveyor.yml
@@ -4,10 +4,6 @@ environment:
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: ${GOPATH}\src\github.com\read-and-code\cache
12
build: off
13
install:
.travis.yml
@@ -1,7 +1,5 @@
1
language: go
2
go:
3
- - "1.9"
- - "1.10"
- "1.11"
script:
- go build -o cache-server
0 commit comments