chore(deps): bump @unleash/proxy-client-react from 4.1.2 to 4.4.0 #540
Travis CI / Travis CI - Pull Request
succeeded
Jan 8, 2025 in 7m 20s
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 #540 chore(deps): bump @unleash/proxy-client-react from 4.1.2 to 4.4.0.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in two sequential stages.
Stage 1: Lint
This stage passed.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
18 | REPO="[email protected]:RedHatInsights/insights-dashboard-build" | Linux | passed |
Stage 2: Test
This stage passed.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
18 | REPO="[email protected]:RedHatInsights/insights-dashboard-build" | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Focal) |
Node.js Version | 18 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "focal",
"sudo": true,
"notifications": {
"email": [
{
"enabled": false
}
]
},
"node_js": [
"18"
],
"install": [
"npm ci"
],
"jobs": {
"include": [
{
"stage": "Lint",
"script": [
"npm run lint"
]
},
{
"stage": "Test",
"script": [
"npm run test && npm run test:ct && npm run coverage"
]
}
]
},
"env": [
"global={:REPO=>\"\\\"[email protected]:RedHatInsights/insights-dashboard-build\\\"\"}={:REPO_DIR=>\"\\\"insights-dashboard-build\\\"\"}={:BRANCH=>\"${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}\"}={:NODE_OPTIONS=>\"\\\"--max-old-space-size=4096 --max_old_space_size=4096\\\"\"}"
],
"cache": {
"directories": [
"$HOME/.npm"
]
}
}
Loading