cacheinterface/.drone.yml
Tyler b396128a23
Some checks reported errors
continuous-integration/drone/push Build was killed
Rename cache drivers, add memory driver, add tests and drone integration
2019-10-02 20:17:34 -04:00

13 lines
199 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: redis
image: redis:latest
- name: memcache
image: memcached:latest
- name: test
image: golang
commands:
- go test