Sha256: 0795b074991c51053ea2af62a06902e9788a86485ad10cf21eff1fa8275d3a6f

Contents?: true

Size: 372 Bytes

Versions: 3

Compression:

Stored size: 372 Bytes

Contents

rvm:
- 2.0.0
- 2.1.2

gemfile:
  - gemfiles/Gemfile.activerecord-4.0.x
  - gemfiles/Gemfile.activerecord-4.1.x

env: DATABASE_URL=postgres://postgres@localhost/postgres_ext_test

before_script:
- psql -c 'create database postgres_ext_test;' -U postgres -h localhost
- bundle exec rake db:migrate

notifications:
  email:
  - git@danmcclain.net
addons:
  postgresql: '9.3'

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
postgres_ext-serializers-0.0.3 .travis.yml
postgres_ext-serializers-0.0.2 .travis.yml
postgres_ext-2.3.0 .travis.yml