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

This commit is contained in:
Minho
2018-03-06 15:29:42 +08:00
parent 90a7f38bd9
commit 4a89e8ccfd

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