Skip to content

Commit 16880c6

Browse files
committed
Bump up the supported Go version in .travis.yml
1 parent 8b3fb5c commit 16880c6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: go
22

33
go:
4-
- "1.6"
5-
- "1.7"
6-
- "1.8"
7-
- "1.9"
8-
- "1.10"
4+
- "1.11.x"
5+
- "1.12.x"
6+
- "1.13.x"
97
- master
108

119
script: go test -race -coverprofile=coverage.txt -covermode=atomic

0 commit comments

Comments
 (0)