Sha256: 669c9bafe9249497b4349437acece4deaa95e67c301e7ac3f5361f5364f73146
Contents?: true
Size: 518 Bytes
Versions: 3
Compression:
Stored size: 518 Bytes
Contents
version: 2 jobs: build: docker: - image: circleci/ruby:2.4.1-node-browsers working_directory: ~/cborb steps: - checkout - restore_cache: keys: - v1-dependencies-{{ checksum "Gemfile.lock" }} - run: name: setup command: bin/setup - save_cache: paths: - ./vendor/bundle key: v1-dependencies-{{ checksum "Gemfile.lock" }} - run: name: run specs command: bundle exec rspec
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cborb-0.3.0 | .circleci/config.yml |
cborb-0.2.0 | .circleci/config.yml |
cborb-0.1.0 | .circleci/config.yml |