language: go
go:
- 1.3
- 1.4
before_install:
- go get -u github.com/golang/lint/golint
before_script:
- golint ./...