Skip to content

Commit 6e31c4c

Browse files
authored
Update .travis.yml
1 parent 7115586 commit 6e31c4c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ language: go
33
sudo: false
44

55
go:
6-
- "1.6"
7-
- "1.7"
8-
- "1.8"
96
- "1.9"
107
- "1.10"
8+
- "1.11"
9+
- "1.12"
10+
- "1.13"
11+
- "1.14"
1112

1213
before_install:
1314
- go get github.com/wadey/gocovmerge

0 commit comments

Comments
 (0)