version: 2 jobs: build: docker: - image: circleci/ruby:2.4.4-jessie steps: - checkout - run: bundle install - run: bundle exec rake spec