Sha256: f06dd04f188a446a87bdb43c36d40b91c92860fd9167839f6f60344aab689dd2

Contents?: true

Size: 479 Bytes

Versions: 4

Compression:

Stored size: 479 Bytes

Contents

image: "registry.roqua.nl/roqua/roqua-build-images:ruby-2.3-rails-base-test"

cache:
  paths:
    - .gems

before_script:
  - export BUNDLE_PATH=$CI_PROJECT_DIR/.gems
  - bundle --jobs 2 --retry 3
  - gem install appraisal
  - bundle exec appraisal

rubocop:
  script:
  - bundle exec rubocop -D
  
rspec:
  script:
    - bundle exec appraisal rails41 bundle exec rspec
    - bundle exec appraisal rails42 bundle exec rspec
    - bundle exec appraisal rails50 bundle exec rspec

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
roqua-healthy-1.5.8 .gitlab-ci.yml
roqua-healthy-1.5.7 .gitlab-ci.yml
roqua-healthy-1.5.6 .gitlab-ci.yml
roqua-healthy-1.5.5 .gitlab-ci.yml