mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
9 lines
130 B
YAML
9 lines
130 B
YAML
language: go
|
|
|
|
script:
|
|
- cd src/github.com/apcera/gnatsd
|
|
- go build
|
|
- go vet ./...
|
|
- go test -i ./...
|
|
- go test -v ./...
|