Skip to content

Commit 682bd53

Browse files
committed
Limit vet/lint checks to 1.6+
1 parent f4444c2 commit 682bd53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: go
22
env:
33
global:
4-
- VET_VERSIONS="1.5 1.6 1.7 tip"
5-
- LINT_VERSIONS="1.5 1.6 1.7 tip"
4+
- VET_VERSIONS="1.6 1.7 tip"
5+
- LINT_VERSIONS="1.6 1.7 tip"
66
go:
77
- 1.2
88
- 1.3

0 commit comments

Comments
 (0)