mirror of
https://github.com/ehang-io/nps.git
synced 2026-08-02 15:25:49 +00:00
add travis
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
|||||||
|
language:
|
||||||
|
- go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- "1.13"
|
||||||
|
- dev
|
||||||
|
|
||||||
|
script:
|
||||||
|
- go get -v
|
||||||
|
- go test -v ./...
|
||||||
|
- go build cmd/nps/nps.go
|
||||||
Reference in New Issue
Block a user