Sha256: cd65ec7b0ca42fe36c714696ef7924a0de2b45882ef0585e29354c9e5057e7c5

Contents?: true

Size: 462 Bytes

Versions: 4

Compression:

Stored size: 462 Bytes

Contents

sudo: false
language: ruby
cache: bundler
rvm:
- 2.0.0
- 2.1.2
- 2.2.0

gemfile:
  - gemfiles/Gemfile.activerecord-4.0.x
  - gemfiles/Gemfile.activerecord-4.1.x
  - gemfiles/Gemfile.activerecord-4.2.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

4 entries across 4 versions & 1 rubygems

Version Path
postgres_ext-3.0.1 .travis.yml
postgres_ext-3.0.0 .travis.yml
postgres_ext-2.4.1 .travis.yml
postgres_ext-2.4.0 .travis.yml