Add Go 1.5 & 1.6 to Travis CI

This commit is contained in:
Tamir Duberstein 2016-02-03 23:41:11 -05:00 committed by Soheil Hassas Yeganeh
parent 92a63c4fce
commit 4f1b8abafd
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ language: go
go:
- 1.3
- 1.4
- 1.5
- 1.6
before_install:
- go get -u github.com/golang/lint/golint