Test against 1.6 and 1.7, make lint fatal again.
This commit is contained in:
parent
24a51f654f
commit
e650021037
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.6
|
||||
- tip
|
||||
- 1.7
|
||||
install:
|
||||
- go get github.com/bwmarrin/discordgo
|
||||
- go get -v .
|
||||
|
@ -9,5 +9,5 @@ install:
|
|||
script:
|
||||
- diff <(gofmt -d .) <(echo -n)
|
||||
- go vet -x ./...
|
||||
- golint ./...
|
||||
- golint -set_exit_status ./...
|
||||
- go test -v -race ./...
|
||||
|
|
Loading…
Reference in a new issue