add ci .drone.yml file

This commit is contained in:
Anton Lindström 2014-05-20 06:03:26 +00:00
parent 31c2148d2b
commit c44d6679ce
1 changed files with 6 additions and 0 deletions

6
.drone.yml Normal file
View File

@ -0,0 +1,6 @@
image: go1.2
env:
- GOPATH=/var/cache/drone
script:
- make
- make test