version: 2.1 jobs: build: docker: - image: ruby:<%= RUBY_VERSION %> steps: - checkout - run: name: Run tests command: | gem install bundler -v <%= Bundler::Version %> bundle install bundle exec rake test