mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-03 21:20:41 +00:00
add travis
This commit is contained in:
parent
2e5b1bd1e3
commit
37db3c836b
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
|
Loading…
x
Reference in New Issue
Block a user