Pull Request #3 Remove unsupported DB's

According to https://github.com/travis-ci/travis-ci/issues/8978#issuecomment-354035321,
we should be able to work around https://github.com/travis-ci/travis-ci/issues/8969 by uninstalling rake in the `before_install` step.

Will see if this fixes things...

Curtis Ekstrom avatar Curtis Ekstrom

Pull request event #26.1 passed

  • Ran for
AMD64
Ruby: 2.5.0
Git
The .travis.yml file used for this job is not available
Build Config
{
  "rvm": [
    "2.5.0"
  ],
  "sudo": false,
  "script": "bundle exec rake db:reset test:postgresql",
  "language": "ruby",
  "before_install": [
    "bash -c \"yes | gem uninstall -i /home/travis/.rvm/gems/ruby-2.5.0@global rake\""
  ]
}