Updating provider information. #57
Merged
Travis CI / Travis CI - Branch
succeeded
Jun 6, 2024 in 2m 18s
Build Passed
The build passed.
Details
This is a normal build for the fix.issue.56 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 |
---|---|---|---|
104.1 Build app | 14 | Linux | passed |
104.2 Test app | 14 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Xenial) |
Node.js Version | 14 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"node_js": [
"14"
],
"cache": {
"yarn": true
},
"jobs": {
"include": [
{
"script": [
"yarn build"
],
"name": "Build app"
},
{
"script": [
"yarn cypress install",
"yarn test",
"kill $(jobs -p) || true"
],
"name": "Test app"
}
]
}
}
Loading