Sha256: d319e1fd76cd6bc9d2b291c00d5716e4cb94a6dc5d90ea88649e34a2777bda3d

Contents?: true

Size: 393 Bytes

Versions: 2

Compression:

Stored size: 393 Bytes

Contents

language: ruby
cache: bundler
rvm:
  - 2.1.5
  - 2.2.1
  - rbx
  - ruby-head
  - jruby-head
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
matrix:
  fast_finish: true
addons:
  postgresql: "9.4"
env:
  - DB=sqlite3
  - DB=postgresql
script:
    - bundle exec rspec
before_script:
    - gem update bundler
    - psql -c 'create database propertybase_id_test;' -U postgres

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activerecord-propertybase_id-0.2.0 .travis.yml
activerecord-propertybase_id-0.1.0 .travis.yml