Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump follow-redirects from 1.14.8 to 1.15.5 #86

Closed

chore(deps): bump follow-redirects from 1.14.8 to 1.15.5

1dbb3e6
Select commit
Loading
Failed to load commit list.
Closed

chore(deps): bump follow-redirects from 1.14.8 to 1.15.5 #86

chore(deps): bump follow-redirects from 1.14.8 to 1.15.5
1dbb3e6
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jan 12, 2024 in 5m 58s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #86 chore(deps): bump follow-redirects from 1.14.8 to 1.15.5.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job Node.js OS State
334.1 11 Linux passed
334.2 12 Linux passed
334.3 13 Linux passed
334.4 14 Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Xenial)
Node.js Versions 11, 12, 13, 14
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "node_js": [
    "11",
    "12",
    "13",
    "14"
  ],
  "cache": {
    "directories": [
      "node_modules"
    ]
  },
  "install": [
    "npm install"
  ],
  "script": [
    "npm test"
  ],
  "before_deploy": [
    "npm run build"
  ],
  "deploy": [
    {
      "provider": "npm",
      "skip_cleanup": true,
      "email": "[email protected]",
      "api_token": {
        "secure": "Ac72wnf865My0/hPxZXqd6foqiK7LUap6k7GlAkjfhl/NBh7T2feyeFcpgWCHVWm4s3JQoV8wSmLKUz3+hz1hgHRtz7JnY/5VU/NIuuMjXa7zvXkecYDCi8hpxtlFLwhexr3vS6/Y5n+LZBAyoMTK3IrCKRhlsucTQn/nw7dpKwLQcFSocsaX4dFp2o5cY2zfr42iKJlQquUApTU6kU5cPFoq6mfKwQT7/O1UA3NOJkQWx+Xj/v+A1lPtn/hc8CTuAsEN1pUV9ucBK6/QN9BpkHo013UBNbTfJfSUH8dHfAP7OfcD0OQSiX1wnnG3JYE0NonUZp+GhzYEz5XBAUS/6nJJ2TRyw5QoVdnIKzYw19Np9hOmaG9/gjqKyve5SdNwCkurufAz5ubYQbxI+KtCkkJ1T3Q0EpGxzpmW/9xQx/vRpZEWhev0Xk0yjKg6/hVI6v2jf7wYo3k2K9AGDWD+xXmAysVKty8Vc/PkEqjhb1Jsm5h0Z0SKj6eqNChTwnLfWl/9zxsKRuDKKV0CoSdDJ+bohlYUTYuAtlu3TylxNlEor8FDXz3NVTnHZjQT9L3EKwkaxIvXLt6/mn4a/QTiA0kh/KvpJ4zCxHCkzTSskKxo8wLeUJOcQ0mmmMgojxpw/kmS+aU60Nx3L0I5KNYLwV/A59UOkcXNYwsLSop59A="
      },
      "on": {
        "tags": true,
        "repo": "TransbankDevelopers/transbank-sdk-nodejs",
        "node_js": "11"
      }
    }
  ]
}