amazon-kinesis-client-go/circle.yml

12 lines
226 B
YAML
Raw Normal View History

2017-02-08 20:29:23 +00:00
machine:
post:
- cd $HOME && git clone --depth 1 -v git@github.com:clever/ci-scripts.git && cd ci-scripts && git show --oneline -s
services:
- docker
compile:
override:
- make build
test:
override:
- echo TODO