Browse Source

Droning -- Sat Jan 20 14:45:30 -02 2018

luis 7 years ago
parent
commit
e141bfdb07
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .drone.yml

+ 3 - 1
.drone.yml

@@ -2,7 +2,9 @@ pipeline:
   backend:
     image: golang
     commands:
-      - "make backend"
+      - go get ./...
+      - go test ./...
+      - go build
   frontend:
     image: node:6
     commands: