add docker to circleci

This commit is contained in:
rob boll 2018-03-16 09:04:44 -04:00
parent 1ad426b338
commit 29a559b256
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
machine:
services:
- docker
post:
- mkdir -p download
- test -e download/$GODIST || curl -o download/$GODIST https://storage.googleapis.com/golang/$GODIST