修改编译命令

pull/51/head
lifei6671 2017-05-30 19:14:48 +08:00
parent c15b356758
commit 2e91e41467
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ before_install:
script:
- go get -t -v ./...
- go build -v -tags "pam" && go install
- GO_ENABLED=1 go build -v -x -tags "pam" && go install
before_deploy:
- sudo apt-get -qq update