Bring back 1.5, make lint non fatal.
This commit is contained in:
parent
9ac041f85a
commit
c4c27915f7
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
|
- 1.5
|
||||||
- 1.6
|
- 1.6
|
||||||
- tip
|
- tip
|
||||||
install:
|
install:
|
||||||
|
@ -9,5 +10,5 @@ install:
|
||||||
script:
|
script:
|
||||||
- diff <(gofmt -d .) <(echo -n)
|
- diff <(gofmt -d .) <(echo -n)
|
||||||
- go vet -x ./...
|
- go vet -x ./...
|
||||||
- golint -set_exit_status ./...
|
- golint ./...
|
||||||
- go test -v -race ./...
|
- go test -v -race ./...
|
||||||
|
|
Loading…
Reference in a new issue