浏览代码

rm dep ensure

wenzuochao 6 年之前
父节点
当前提交
6523ede385
共有 2 个文件被更改,包括 0 次插入6 次删除
  1. 0 2
      .appveyor.yml
  2. 0 4
      .travis.yml

+ 0 - 2
.appveyor.yml

@@ -16,8 +16,6 @@ platform:
 
 
 install:
 install:
   - set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
   - set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
-  - go get -u github.com/golang/dep/cmd/dep
-  - dep ensure
 
 
 test_script:
 test_script:
   - go vet ./sdk
   - go vet ./sdk

+ 0 - 4
.travis.yml

@@ -9,10 +9,6 @@ branches: # build only on these branches
   only:
   only:
     - master
     - master
 
 
-install:
-  - go get -u github.com/golang/dep/cmd/dep
-  - dep ensure
-
 notifications:
 notifications:
     webhooks: https://oapi.dingtalk.com/robot/send?access_token=096ed387df243a6d60835aadeccc47165f3813bc7cb81cdd0cfeadfd28e3acc1
     webhooks: https://oapi.dingtalk.com/robot/send?access_token=096ed387df243a6d60835aadeccc47165f3813bc7cb81cdd0cfeadfd28e3acc1
     email: false
     email: false