Update .travis.yml

This commit is contained in:
he liu 2019-12-02 19:37:04 +08:00 committed by GitHub
parent 04ed043146
commit 10529f54f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ go:
- master - master
script: script:
- go test -v ./... - go test -v ./cmd/nps/
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