浏览代码

Droning -- Sat Jan 20 14:46:27 -02 2018

luis 7 年之前
父节点
当前提交
05bf7d6926
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .drone.yml

+ 1 - 0
.drone.yml

@@ -4,6 +4,7 @@ pipeline:
     commands:
       - GOPATH=$(pwd)/go
       - go get ./...
+      - go get -t ./...
       - go test ./...
       - go build
   frontend: