7 lines
77 B
YAML
7 lines
77 B
YAML
|
image: go1.2
|
||
|
env:
|
||
|
- GOPATH=/var/cache/drone
|
||
|
script:
|
||
|
- make
|
||
|
- make test
|