Skip to content

Commit a39e333

Browse files
chore: test against 1.15 and 1.16
1 parent 48ec117 commit a39e333

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.travis.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
language: go
22
go:
3-
- 1.7.x
4-
- 1.8.x
5-
- 1.9.x
6-
- 1.10.x
7-
- 1.11.x
8-
- 1.12.x
9-
- 1.13.x
10-
- 1.14.x
11-
- 1.15.x
12-
- tip
3+
- 1.15
4+
- 1.16
135
script:
146
- make test
157
- "./go.test.sh"

0 commit comments

Comments
 (0)