Browse Source

Add .drone.yml

Thomas Frössman 9 years ago
parent
commit
4a9f09aa30
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      .drone.yml

+ 6
- 0
.drone.yml View File

@@ -0,0 +1,6 @@
1
+build:
2
+  image: drone/golang:1.5
3
+  environment:
4
+    - GO15VENDOREXPERIMENT=1
5
+  commands:
6
+    - go test