Sha256: f49056df08213b265ae4b1912954fd394ceb3fa3048931021d03339b75d5bbec
Contents?: true
Size: 823 Bytes
Versions: 3
Compression:
Stored size: 823 Bytes
Contents
cache: paths: - vendor/ruby before_script: - ruby -v # Print out ruby version for debugging - gem install bundler --no-ri --no-rdoc # Bundler is not installed with the image - bundle install -j $(nproc) --path vendor # Install dependencies into ./vendor/ruby tests:2.3.rails.4.0: image: "ruby:2.3" variables: BUNDLE_GEMFILE: "Gemfile.rails.4.0" script: - bundle exec rake tests:2.3.rails.4.1: image: "ruby:2.3" variables: BUNDLE_GEMFILE: "Gemfile.rails.4.1" script: - bundle exec rake tests:2.2.rails.4.0: image: "ruby:2.2" variables: BUNDLE_GEMFILE: "Gemfile.rails.4.0" script: - bundle exec rake tests:2.2.rails.4.1: image: "ruby:2.2" variables: BUNDLE_GEMFILE: "Gemfile.rails.4.1" script: - bundle exec rake
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
itiel-0.1.2 | .gitlab-ci.yml |
itiel-0.1.1 | .gitlab-ci.yml |
itiel-0.1.0 | .gitlab-ci.yml |