Sha256: 46643fbb553c0c2548eb1ab028c8bc0d0b56bf635c68adb642c120ec3f9a0183

Contents?: true

Size: 264 Bytes

Versions: 8

Compression:

Stored size: 264 Bytes

Contents

rspec:
  image: "ruby:2.3"
  before_script:
    # COMMANDS
    - ruby -v
    - which ruby
    # BUNDLER
    - gem install bundler --no-ri --no-rdoc
    - bundle install --jobs $(nproc) "${FLAGS[@]}"
  script:
    - bundle exec rspec --color --format documentation

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
loan_creator-0.6.1.1 .gitlab-ci.yml
loan_creator-0.6.2 .gitlab-ci.yml
loan_creator-0.2.0 .gitlab-ci.yml
loan_creator-0.2.1 .gitlab-ci.yml
loan_creator-0.2.2 .gitlab-ci.yml
loan_creator-0.2.3 .gitlab-ci.yml
loan_creator-0.5.0 .gitlab-ci.yml
loan_creator-0.6.1 .gitlab-ci.yml