Merge pull request #40 from gdevillele/pr-update-ci

update circle.yml to fix CI
This commit is contained in:
Gaetan 2017-05-08 10:32:04 -07:00 committed by GitHub
commit 4411f5c7e0
1 changed files with 5 additions and 1 deletions

View File

@ -3,8 +3,12 @@ jobs:
build:
working_directory: ~/cli
docker:
- image: docker:17.04
- image: docker:17.05
steps:
- run:
name: "Install Git and SSH"
command: |
apk add -U git openssh
- checkout
- setup_remote_docker
- run: