enterprise-2.2 Remove user and password from URL before logging (#246)

Push event #2081.1 passed

  • Ran for
AMD64
Ruby: 2.4.2
Git
travis-ci/travis-tasks:.travis.yml@e5a3eca
language: ruby

rvm: 2.4.2

sudo: false

cache: bundler

script: bundle exec rspec -fs --color --order rand spec

notifications:
  webhooks: http://requestb.in/14h19sy1
Build Config
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "rvm": [
    "2.4.2"
  ],
  "sudo": false,
  "cache": {
    "bundler": true
  },
  "script": [
    "bundle exec rspec -fs --color --order rand spec"
  ],
  "notifications": {
    "webhooks": [
      {
        "urls": [
          "http://requestb.in/14h19sy1"
        ]
      }
    ]
  }
}