2
0
mirror of https://github.com/soheilhy/cmux.git synced 2024-09-20 02:55:46 +08:00

Add Go 1.5 & 1.6 to Travis CI

This commit is contained in:
Tamir Duberstein 2016-02-03 23:41:11 -05:00
parent 90e60a4b6d
commit a18f806553

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