Explorar o código

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

luis %!s(int64=7) %!d(string=hai) anos
pai
achega
05bf7d6926
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: