forked from pothtonswer/discordmuffin
drop 1.4, add tip, make golint error.
This commit is contained in:
parent
d6c91f2350
commit
ab465c38c4
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.4
|
|
||||||
- 1.5
|
- 1.5
|
||||||
- 1.6
|
- 1.6
|
||||||
|
- tip
|
||||||
install:
|
install:
|
||||||
- go get github.com/bwmarrin/discordgo
|
- go get github.com/bwmarrin/discordgo
|
||||||
- go get -v .
|
- go get -v .
|
||||||
- go get -v github.com/golang/lint/golint
|
- go get -v github.com/golang/lint/golint
|
||||||
script:
|
script:
|
||||||
- go vet -x ./...
|
- go vet -x ./...
|
||||||
- golint ./...
|
- golint -set_exit_status ./...
|
||||||
- go test -v -race ./...
|
- go test -v -race ./...
|
||||||
|
|
Loading…
Reference in a new issue