Circleci docker (#45)

* update circleci

* try latest
This commit is contained in:
michaelachrisco 2019-06-15 13:02:17 -07:00 committed by GitHub
parent a0ffeaa301
commit 26fbbd25b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ version: 2
jobs: jobs:
build: build:
docker: docker:
- image: circleci/ruby:2.4.2-jessie-node - image: circleci/ruby:latest
steps: steps:
- checkout - checkout
- run: gem install awesome_bot - run: gem install awesome_bot