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

node-fetch version upgrade #698

Closed
wants to merge 1 commit into from

node-fetch version upgrade

4f5cc4d
Select commit
Failed to load commit list.
Closed

node-fetch version upgrade #698

node-fetch version upgrade
4f5cc4d
Select commit
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Sep 29, 2023 in 2m 32s

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 #698 node-fetch version upgrade.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has six jobs, running in parallel.

Job Node.js ENV OS State
1635.1 10 node_pre_gyp_mock_s3=true Linux passed
1635.2 12 node_pre_gyp_mock_s3=true Linux passed
1635.3 14 node_pre_gyp_mock_s3=true Linux passed
1635.4 16 node_pre_gyp_mock_s3=true Linux passed
1635.5 8 node_pre_gyp_mock_s3=true Linux passed
1635.6 10.23 Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Bionic)
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "services": [
    "xvfb"
  ],
  "install": [
    "npm ci --engine-strict"
  ],
  "script": [
    "npm test"
  ],
  "jobs": {
    "include": [
      {
        "os": "linux",
        "node_js": "10",
        "env": [
          {
            "node_pre_gyp_mock_s3": "true"
          }
        ],
        "before_install": [
          "npm install request",
          "npm install --package-lock-only"
        ],
        "script": [
          "npm run lint",
          "npm run coverage"
        ],
        "after_script": [
          "npm run upload-coverage"
        ]
      },
      {
        "os": "linux",
        "node_js": "12",
        "env": [
          {
            "node_pre_gyp_mock_s3": "true"
          }
        ],
        "script": [
          "npm run coverage"
        ],
        "after_script": [
          "npm run upload-coverage"
        ]
      },
      {
        "os": "linux",
        "node_js": "14",
        "env": [
          {
            "node_pre_gyp_mock_s3": "true"
          }
        ]
      },
      {
        "os": "linux",
        "node_js": "16",
        "env": [
          {
            "node_pre_gyp_mock_s3": "true"
          }
        ],
        "addons": {
          "apt": {
            "sources": [
              {
                "name": "ubuntu-toolchain-r-test"
              }
            ],
            "packages": [
              "libavahi-compat-libdnssd-dev",
              "libzmq3-dev"
            ]
          }
        }
      },
      {
        "os": "linux",
        "node_js": "8",
        "env": [
          {
            "node_pre_gyp_mock_s3": "true"
          }
        ]
      },
      {
        "os": "linux",
        "node_js": "10.23",
        "addons": {
          "apt": {
            "sources": [
              {
                "name": "ubuntu-toolchain-r-test"
              }
            ],
            "packages": [
              "xvfb",
              "libasound2",
              "libx11-6",
              "libglib2.0-0",
              "libgtk2.0-0",
              "libatk1.0-0",
              "libgdk-pixbuf2.0-0",
              "libcairo2",
              "libfreetype6",
              "libfontconfig1",
              "libxcomposite1",
              "libasound2",
              "libxdamage1",
              "libxext6",
              "libxfixes3",
              "libnss3",
              "libnspr4",
              "libgconf-2-4",
              "libexpat1",
              "libdbus-1-3",
              "libudev1"
            ]
          }
        },
        "script": [
          "ln -s /usr/bin/python2 ~/bin/python",
          "ln -s /usr/bin/python2-config ~/bin/python-config",
          "./scripts/test-node-webkit.sh"
        ]
      }
    ]
  }
}