From 2f6059908d2b01c8dd96c3c19c68624b59d36d52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B2=B3?= Date: Mon, 2 Dec 2019 20:29:31 +0800 Subject: [PATCH] update travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4729dda..8c71139 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ before_deploy: - zip -r server_linux_amd64.zip nps conf web - GOARCH=amd64 GOOS=darwin go build cmd/nps/nps.go - zip -r server_macos_amd64.zip nps conf web + - GOARCH=amd64 GOOS=windows go build cmd/nps/nps.go + - zip -r server_windows_amd64.zip nps conf web deploy: