10000 Add Go 1.10 and 1.11 to Travis · golang/lint@c2de83e · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 9, 2021. It is now read-only.

Commit c2de83e

Browse files
azillionbradfitz
authored andcommitted
Add Go 1.10 and 1.11 to Travis
Change-Id: Ic99795cb521e8e9c1124b05628fec41c176ded25 GitHub-Last-Rev: c297132 GitHub-Pull-Request: #420 Reviewed-on: https://go-review.googlesource.com/c/143546 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
1 parent 5906bd5 commit c2de83e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
sudo: false
22
language: go
33
go:
4-
- 1.7.x
54
- 1.8.x
65
- 1.9.x
6+
- 1.10.x
7+
- 1.11.x
78
- master
89

910
go_import_path: golang.org/x/lint

0 commit comments

Comments
 (0)
0