Sha256: 255b238aa286f4fcadeeaee67fcdd5362676059bff2573c0b5ce29e4a9d6844f

Contents?: true

Size: 406 Bytes

Versions: 4

Compression:

Stored size: 406 Bytes

Contents

image: "roqua/roqua-build-images:ruby-2.3.3-phantomjs-2.1.1-bundler-gemnasium"

before_script:
  - ruby -v
  - bundle-cache
  - 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.4 .gitlab-ci.yml
roqua-healthy-1.5.3 .gitlab-ci.yml
roqua-healthy-1.5.2 .gitlab-ci.yml
roqua-healthy-1.5.1 .gitlab-ci.yml