1
0
mirror of https://github.com/ehang-io/nps synced 2025-10-20 17:52:47 +08:00
nps/.travis.yml
2019-12-02 18:33:59 +08:00

11 lines
112 B
YAML

language:
- go
go:
- "1.13"
- dev
script:
- go get -v
- go test -v ./...
- go build cmd/nps/nps.go