@@ -5,7 +5,7 @@ go:
- master
script:
- - go test -v ./...
+ - go test -v ./cmd/nps/
before_deploy:
- GOARCH=amd64 GOOS=linux go build cmd/nps/nps.go
- zip -r server_linux_amd64.zip nps conf web
@@ -18,4 +18,4 @@ deploy:
on:
tags: true
all_branches: true
- go: 1.13
+ go: 1.13