Merge pull request #175 from dnephin/golang-version

Print CircleCI docker version
This commit is contained in:
Sebastiaan van Stijn 2017-06-10 15:03:07 +02:00 committed by GitHub
commit f82f61efc6
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ jobs:
command: apk add -U git openssh
- checkout
- setup_remote_docker
- run:
command: docker version
- run:
name: "Lint"
command: |