Sha256: 77ee4f93d8a3b5a3cb483d2e23ed0c12dd16add8d68b4cddc8de2e14bdd41a08

Contents?: true

Size: 547 Bytes

Versions: 1

Compression:

Stored size: 547 Bytes

Contents

version: 2

jobs:
  build:
    docker:
      - image: circleci/ruby:2.4.4-jessie
        environment:
          BUNDLER_VERSION: 2.0.2

    working_directory: ~/repo

    steps:
      - checkout

      - run:
          name: setup bundler 2
          command: |
            sudo gem update --system
            sudo gem uninstall -ax bundler
            sudo gem install bundler

      - run: 
          name: install deps
          command: |
            bundle install --jobs=4 --retry=3 --path vendor/bundle

      - run: bundle exec rake spec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sinatra-validation-0.3.0 .circleci/config.yml