Sha256: c8729397d2aafeb377f5eacce70d52277211100f2ed87c037548db485fb93b14

Contents?: true

Size: 412 Bytes

Versions: 1

Compression:

Stored size: 412 Bytes

Contents

sudo: false

language: ruby

cache: bundler

services: mongodb

rvm:
  - 2.5.3

before_install:
  - gem update bundler

before_script:
  - bundle exec danger

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

env:
  - MONGOID_VERSION=5
  - MONGOID_VERSION=6
  - MONGOID_VERSION=7
  - MONGOID_VERSION=HEAD

matrix:
  allow_failures:
    - env: MONGOID_VERSION=HEAD

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mongoid-geospatial-5.1.0 .travis.yml