Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 7bb061f

Browse files
committed
build: Add go1.12 to .travis.yml
1 parent 107878e commit 7bb061f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ go:
66
- 1.9.x
77
- 1.10.x
88
- 1.11.x
9+
- 1.12.x
910
- tip
1011

1112
before_install:
@@ -37,6 +38,9 @@ matrix:
3738
- name: "golint 1.11.x"
3839
go: 1.11.x
3940
script: ./scripts/lint.sh
41+
- name: "golint 1.12.x"
42+
go: 1.12.x
43+
script: ./scripts/lint.sh
4044
allow_failures:
4145
- go: tip
4246

0 commit comments

Comments
 (0)