mirror of https://github.com/ehang-io/nps
update travis.yml
parent
ddc867d3cc
commit
2318944315
|
@ -5,9 +5,7 @@ go:
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- go test -v ./...
|
||||||
before_install:
|
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- GOARCH=amd64 GOOS=linux go build cmd/nps/nps.go
|
- GOARCH=amd64 GOOS=linux go build cmd/nps/nps.go
|
||||||
- zip -r server_linux_amd64.zip nps conf web
|
- zip -r server_linux_amd64.zip nps conf web
|
||||||
|
|
Loading…
Reference in New Issue