[WEB-2895] Add Twiist #1387
+47
−1
Draft
[WEB-2895] Add Twiist #1387
Travis CI / Travis CI - Branch
failed
Jun 7, 2024 in 15m 36s
Build Failed
The build failed, just like the previous build.
Details
This is a normal build for the tk/add-twiist-provider branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Node.js | OS | State | Notes |
---|---|---|---|---|
20.8.0 | Linux | failed | ||
stable | Linux | failed | This job is allowed to fail. |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Jammy) |
Node.js Versions | 20.8.0, stable |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "jammy",
"node_js": [
"20.8.0",
"stable"
],
"cache": {
"yarn": true,
"directories": [
"node_modules"
]
},
"before_install": [
"google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &",
"corepack enable",
"yarn set version 3.6.4",
"wget http://ftp.ubuntu.com/ubuntu/pool/universe/d/docker-buildx/docker-buildx_0.11.2-0ubuntu2_amd64.deb",
"sudo dpkg -i docker-buildx_0.11.2-0ubuntu2_amd64.deb"
],
"addons": {
"artifacts": {
"region": "us-west-2",
"paths": [
"$(git ls-files -o deploy/*/*-*.tar.gz | tr \"\\n\" \":\")"
],
"target_paths": [
"/"
]
},
"chrome": "stable"
},
"services": [
"docker"
],
"script": [
"npm test",
"./artifact.sh"
],
"jobs": {
"allow_failures": [
{
"node_js": "stable"
}
]
}
}
Loading