[BACK-2540] Print reports #43
Merged
Travis CI / Travis CI - Branch
succeeded
Sep 19, 2023 in 3m 43s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the print_reports 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 |
---|---|---|---|---|
255.1 | 16.20.1 | Linux | passed | |
255.2 | node | Linux | errored | This job is allowed to fail. |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Xenial) |
Node.js Versions | 16.20.1, node |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"sudo": false,
"node_js": [
"16.20.1",
"node"
],
"cache": {
"yarn": true
},
"before_install": [
"curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.9.4",
"export PATH=\"$HOME/.yarn/bin:$PATH\""
],
"install": [
"yarn install --frozen-lockfile"
],
"addons": {
"artifacts": {
"paths": [
"$(git ls-files -o deploy/*/*-*.tar.gz | tr \"\\n\" \":\")"
],
"target_paths": [
"/"
],
"region": "us-west-2"
}
},
"services": [
"docker"
],
"script": [
"yarn run lint",
"yarn test",
"./artifact.sh"
],
"jobs": {
"allow_failures": [
{
"node_js": "node"
}
]
}
}
Loading