Skip to content

v1 to v2

c841443
Select commit
Loading
Failed to load commit list.
Open

Endpoint URL from v1 to v2 #232

v1 to v2
c841443
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Oct 15, 2025 in 23m 20s

Build Failed

The build failed. This is a change from the previous build, which canceled.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #232 Endpoint URL from v1 to v2.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has nine jobs, running in parallel.

Job Node.js ENV OS State
784.1 12 TEST_LOCAL_USE_PROD=false Linux failed
784.2 14 TEST_LOCAL_USE_PROD=false Linux failed
784.3 16 TEST_LOCAL_USE_PROD=false Linux failed
784.4 16 TEST_LOCAL_USE_PROD=false Linux failed
784.5 16 TEST_LOCAL_USE_PROD=false Linux failed
784.6 16 TEST_LOCAL_USE_PROD=false Linux failed
784.7 16 TEST_LOCAL_USE_PROD=false Linux failed
784.8 16 TEST_LOCAL_USE_PROD=false Linux failed
784.9 16 TEST_LOCAL_USE_PROD=false Linux failed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "git": {
    "depth": 1,
    "quiet": true
  },
  "branches": {
    "only": [
      "master",
      "/^test\\/.*$/"
    ],
    "except": [
      "/^hack\\/.*$/"
    ]
  },
  "script": [
    "npx jest"
  ],
  "env": [
    "global={:TEST_LOCAL_USE_PROD=>\"false\"}={:TEST_LOCAL_USE_CDN=>\"false\"}={:TEST_IDLE_TIMEOUT_MILLISECONDS=>\"200000\"}={:TEST_ENVIRONMENT=>\"remote\"}={:TEST_BROWSER_VERSION=>\"latest\"}"
  ],
  "jobs": {
    "include": [
      {
        "node_js": "12",
        "env": [
          {
            "TEST_TARGET": "node"
          }
        ]
      },
      {
        "node_js": "14",
        "env": [
          {
            "TEST_TARGET": "node"
          }
        ]
      },
      {
        "node_js": "16",
        "env": [
          {
            "TEST_TARGET": "node"
          }
        ]
      },
      {
        "node_js": "16",
        "env": [
          {
            "TEST_TARGET": "browser",
            "TEST_BROWSER": "firefox",
            "TEST_BROWSER_PLATFORM": "\"macOS 11.00\""
          }
        ],
        "addons": {
          "sauce_connect": {
            "enabled": true
          }
        }
      },
      {
        "node_js": "16",
        "env": [
          {
            "TEST_TARGET": "browser",
            "TEST_BROWSER": "chrome",
            "TEST_BROWSER_PLATFORM": "\"macOS 11.00\""
          }
        ],
        "addons": {
          "sauce_connect": {
            "enabled": true
          }
        }
      },
      {
        "node_js": "16",
        "env": [
          {
            "TEST_TARGET": "browser",
            "TEST_BROWSER": "safari",
            "TEST_BROWSER_PLATFORM": "\"macOS 11.00\""
          }
        ],
        "addons": {
          "sauce_connect": {
            "enabled": true
          }
        }
      },
      {
        "node_js": "16",
        "env": [
          {
            "TEST_TARGET": "browser",
            "TEST_BROWSER": "chrome",
            "TEST_BROWSER_PLATFORM": "\"Windows 10\""
          }
        ],
        "addons": {
          "sauce_connect": {
            "enabled": true
          }
        }
      },
      {
        "node_js": "16",
        "env": [
          {
            "TEST_TARGET": "browser",
            "TEST_BROWSER": "firefox",
            "TEST_BROWSER_PLATFORM": "\"Windows 10\""
          }
        ],
        "addons": {
          "sauce_connect": {
            "enabled": true
          }
        }
      },
      {
        "node_js": "16",
        "env": [
          {
            "TEST_TARGET": "browser",
            "TEST_BROWSER": "MicrosoftEdge",
            "TEST_BROWSER_PLATFORM": "\"Windows 10\""
          }
        ],
        "addons": {
          "sauce_connect": {
            "enabled": true
          }
        }
      }
    ]
  }
}