We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36da816 commit 6ba973eCopy full SHA for 6ba973e
.travis.yml
@@ -13,16 +13,16 @@ matrix:
13
allow_failures:
14
- go: master
15
include:
16
- - go: 1.9.x
+ - go: 1.13.x
17
env:
18
- TAGS="-tags travis"
19
- - go: 1.10.x
+ - COVERAGE="-cover"
20
+ - go: 1.12.x
21
22
23
- go: 1.11.x
24
25
- - COVERAGE="-cover"
26
27
28
appveyor.yml
@@ -12,7 +12,7 @@ environment:
12
matrix:
- TARGET: x86_64-pc-windows-gnu
-stack: go 1.11
+stack: go 1.13
build_script:
- go get -v -t -race ./...
0 commit comments