Sha256: 4a0fb39ca22bddc4858ef60837a37d9d1f98e7cc69528f9b6ed9eeeb57764b6c

Contents?: true

Size: 748 Bytes

Versions: 10

Compression:

Stored size: 748 Bytes

Contents

language: ruby
services: mongodb

notifications:
  email: false

rvm:
  - 2.3.3
  - 2.5.0

env:
  global:
    - CC_TEST_REPORTER_ID=f23ba257d0a12c588551991b4377e3eb218c1ff80050bc48c6b18c49ca16cb62
  matrix:
    - "UPLOADS=paperclip"
    - "UPLOADS=carrierwave"
    - "UPLOADS=shrine"
    - "RAILS=1 UPLOADS=paperclip"
    - "RAILS=1 UPLOADS=carrierwave"
    - "RAILS=1 UPLOADS=shrine"

gemfile:
  - gemfiles/mongoid-6.0.gemfile
  - gemfiles/mongoid-6.3.gemfile

before_script:
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
  - chmod +x ./cc-test-reporter
  - ./cc-test-reporter before-build
after_script:
  - ./cc-test-reporter after-build --debug --exit-code $TRAVIS_TEST_RESULT

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
thecore_settings-2.0.9 .travis.yml
thecore_settings-2.0.8 .travis.yml
thecore_settings-2.0.7 .travis.yml
thecore_settings-2.0.6 .travis.yml
thecore_settings-2.0.5 .travis.yml
thecore_settings-2.0.4 .travis.yml
thecore_settings-2.0.3 .travis.yml
thecore_settings-2.0.2 .travis.yml
rails_admin_settings-1.7.0 .travis.yml
rails_admin_settings-1.6.0 .travis.yml