Sha256: 3fe8eee98d0d8581f721a33f64ae20f7f4247f2cdaeb394110feb8505177b2fa

Contents?: true

Size: 370 Bytes

Versions: 2

Compression:

Stored size: 370 Bytes

Contents

sudo: true
language: ruby
rvm:
  - 2.2.2
  - 2.3.0
  - 2.3.1
  - 2.3.2
  - 2.3.3

  # Because ActiveSupport-4.2 requires json-1.8.3, but json-1.8.3 is not compatible with ruby 2.4
  # https://github.com/flori/json/issues/303
  #- 2.4.0

before_script:
  - yes | sudo apt-get -y install mongodb
  - sudo mongod --dbpath=/var/lib/mongodb &

script: bundle exec rspec spec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smart_attr-0.2.0 .travis.yml
smart_attr-0.1.1 .travis.yml