Sha256: dec4833637b8a6cc2235fde7841b88ad7ad1ec3c56f23e93c56c425fd5312a56

Contents?: true

Size: 376 Bytes

Versions: 2

Compression:

Stored size: 376 Bytes

Contents

before_script:
  - gem install bundler --no-ri --no-rdoc
  - bin/setup

test:2.1:
  image: ruby:2.1
  script:
    - bundle exec rake test

test:2.2:
  image: ruby:2.2
  script:
    - bundle exec rake test

test:2.3:
  image: ruby:2.3
  script:
    - bundle exec rake test

test:2.4:
  image: ruby:2.4
  script:
    - bundle exec rake test

rubocop:
  script:
    - rubocop -D

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chatx-0.0.1 .gitlab-ci.yml
chatx-0.0.0.pre.pre3 .gitlab-ci.yml