Bring back 1.5, make lint non fatal.

This commit is contained in:
Chris Rhodes 2016-10-04 20:01:07 -07:00
parent 9ac041f85a
commit c4c27915f7

View file

@ -1,5 +1,6 @@
language: go
go:
- 1.5
- 1.6
- tip
install:
@ -9,5 +10,5 @@ install:
script:
- diff <(gofmt -d .) <(echo -n)
- go vet -x ./...
- golint -set_exit_status ./...
- golint ./...
- go test -v -race ./...