Back out travis lint as it breaks old versions of go

This commit is contained in:
Victor Quinn 2017-02-15 18:59:22 -05:00
parent 2aa9963045
commit 9f5251621e

View file

@ -6,12 +6,8 @@ go:
- 1.4
- tip
before_install:
- go get github.com/golang/lint/golint
install:
- go build .
script:
- go test -v
- golint