Sha256: 9afbf0267f5563b8e72a4a84c7d4dc6ba280a2e7c6979eff83fa8a9936ddff9f
Contents?: true
Size: 444 Bytes
Versions: 2
Compression:
Stored size: 444 Bytes
Contents
variables: LANG: "C.UTF-8" .specs: &specs cache: paths: - vendor/ruby before_script: - apt update - apt install python-pip git build-essential -y - pip install 'docutils==0.13.1' - bundle install --jobs $(nproc) script: - bundle exec rake test ruby-20: image: ruby:2.0 <<: *specs ruby-21: image: ruby:2.1 <<: *specs ruby-22: image: ruby:2.2 <<: *specs ruby-23: image: ruby:2.3 <<: *specs
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gitlab-markup-1.6.1 | .gitlab-ci.yml |
gitlab-markup-1.6.0 | .gitlab-ci.yml |