Merge pull request #604 from broady/travis
travis: build against go1.5.3, go1.6
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.5.3
|
||||
- 1.6
|
||||
|
||||
before_install:
|
||||
- go get github.com/axw/gocov/gocov
|
||||
- go get github.com/mattn/goveralls
|
||||
|
Reference in New Issue
Block a user