mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-02 03:16:53 +00:00
add travis
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@@ -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