Parcourir la source

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

luis il y a 7 ans
Parent
commit
05bf7d6926
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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: