Sha256: 5a6ad8887beba62c47228ff30a83f293c8a78f0d48ec58222be0702b2fae6608
Contents?: true
Size: 758 Bytes
Versions: 1
Compression:
Stored size: 758 Bytes
Contents
image: "registry.roqua.nl/roqua/docker-base-images:ruby-2.6-builder" cache: paths: - .gems before_script: - gem uninstall bundler - export BUNDLE_PATH=$CI_PROJECT_DIR/.gems - bundle --jobs 2 --retry 3 - gem install appraisal - bundle exec appraisal rubocop: script: - bundle exec rubocop -D rails41: script: - bundle exec appraisal rails41 bundle exec rspec rails42: script: - bundle exec appraisal rails42 bundle exec rspec rails50: script: - bundle exec appraisal rails50 bundle exec rspec rails51: script: - bundle exec appraisal rails51 bundle exec rspec rails52: script: - bundle exec appraisal rails52 bundle exec rspec rails60: script: - bundle exec appraisal rails60 bundle exec rspec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roqua-healthy-1.5.13 | .gitlab-ci.yml |