add ci .drone.yml file
This commit is contained in:
6
.drone.yml
Normal file
6
.drone.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
image: go1.2
|
||||
env:
|
||||
- GOPATH=/var/cache/drone
|
||||
script:
|
||||
- make
|
||||
- make test
|
Reference in New Issue
Block a user