db-fix-encrypt-repo-arg-detection Only warn about repo name as positional if more than one pos…

which then allows for encryption of values with slashes, such as AWS secret access keys.

Dan Buch avatar Dan Buch

Push event #666 failed

  • Ran for
  • Total time
  • New branch build
passport-next/passport:.travis.yml@10c2743
language: "node_js"
node_js:
  - 10
  - 12
  - 14

script:
  - "npm run test"
  - "npm run lint"

after_success:
  - "npm run coveralls"
Build Config
{
  "os": [
    "linux",
    "osx"
  ],
  "rvm": [
    "1.8.7",
    "1.9.2",
    "1.9.3",
    "2.0.0",
    "2.1.0",
    "2.1.3",
    "jruby"
  ],
  "sudo": false,
  "cache": "bundler",
  "deploy": {
    "gem": "travis",
    "true": {
      "repo": "travis-ci/travis.rb",
      "ruby": "2.0.0",
      "condition": "$(uname) = Linux"
    },
    "api_key": {
      "secure": "KcBpkFaes74KGMm8X/rRA8e13+t3PmkefsAvOAR+iF4g1GyuLSPkP92Fb9vFfsXBph+qmFh5rNa2lIRf/3RXW6COxY7CMMaARxUfJOKE0rmIwF0qfKI+RZDh6abg92iYngunMZVN8WVft6Lv9ZTOYCWxr1Zs1Ll/Rl4PfvHNd1g="
    },
    "provider": "rubygems"
  },
  "matrix": {
    "exclude": [
      {
        "os": "osx",
        "rvm": "1.8.7"
      },
      {
        "os": "osx",
        "rvm": "1.9.2"
      },
      {
        "os": "osx",
        "rvm": "2.1.0"
      },
      {
        "os": "osx",
        "rvm": "jruby"
      }
    ]
  },
  "language": "ruby"
}