mirror of https://github.com/mindoc-org/mindoc.git
切换包管理工具并升级依赖包
parent
90a7f38bd9
commit
4a89e8ccfd
|
@ -15,8 +15,7 @@ before_install:
|
||||||
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- dep ensure -v
|
- dep ensure -v && GO_ENABLED=1 go build -v -x -tags "pam" && go install
|
||||||
- GO_ENABLED=1 go build -v -x -tags "pam" && go install
|
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
|
|
Loading…
Reference in New Issue