Sha256: 6f41eddc882d7f7965c4e2a2c7a3bc5db5c7bcceafce6117d63a8c4be97c71f1

Contents?: true

Size: 613 Bytes

Versions: 1

Compression:

Stored size: 613 Bytes

Contents

services:
  - mongodb

language: ruby

cache: bundler

before_install:
  - gem update --system
  - gem install bundler

matrix:
  include:
    - rvm: 2.3.1
      env: MONGOID_VERSION=3
    - rvm: 2.3.1
      env: MONGOID_VERSION=4
    - rvm: 2.3.1
      env: MONGOID_VERSION=5
    - rvm: 2.3.1
      env: MONGOID_VERSION=6
    - rvm: 2.3.1
      env: MONGOID_VERSION=7
    - rvm: 2.3.1
      env: MONGOID_VERSION=HEAD
    - rvm: 2.3.1
      script:
        - bundle exec danger

bundler_args: --without development

addons:
  apt:
    sources:
      - mongodb-3.4-precise
    packages:
      - mongodb-org-server

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mongoid-scroll-0.3.7 .travis.yml