切换包管理工具并升级依赖包

pull/219/merge
Minho 2018-03-06 15:29:42 +08:00
parent 90a7f38bd9
commit 4a89e8ccfd
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@ before_install:
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
script:
- dep ensure -v
- GO_ENABLED=1 go build -v -x -tags "pam" && go install
- dep ensure -v && GO_ENABLED=1 go build -v -x -tags "pam" && go install
before_deploy:
- sudo apt-get -qq update