Pull Request #2 first step towards rebuilding this gem ontop of pg

we want to patch the pg gem directly to more easily
support apps that do not use activerecord (i.e. sync).

since we are quite committed to postgres at travis,
this seems like a reasonable choice.

this work is happening in collaboration with
@clekstro.

refs travis-ci/travis-github-sync#76

Igor avatar Igor

Pull request event #18 failed

  • Ran for
  • Total time
  • New branch build
The .travis.yml file used for this job is not available
Build Config
{
  "env": [
    "RAILS_VERSION=3.2.19",
    "RAILS_VERSION=4.0.8",
    "RAILS_VERSION=4.1.8",
    "RAILS_VERSION=4.2.0"
  ],
  "rvm": [
    "2.4.2"
  ],
  "sudo": false,
  "script": "bundle exec rake db:reset test:all",
  "language": "ruby"
}