Remove mobile target from create-cozy-app template #1503
Travis CI / Travis CI - Branch
failed
Jun 10, 2024 in 18m 41s
Build Failed
The build failed, just like the previous build.
Details
This is a normal build for the feat/remove-cordova branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has four jobs, running in two sequential stages.
Stage 1: lint
This stage passed.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
7129.1 | 16 | GITHUB_TOKEN=[secure] | Linux | passed |
Stage 2: test
This stage failed.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
7129.2 | 16 | GITHUB_TOKEN=[secure] | Linux | passed |
7129.3 | 16 | GITHUB_TOKEN=[secure] | Linux | passed |
7129.4 | 16 | GITHUB_TOKEN=[secure] | Linux | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Xenial) |
Node.js Version | 16 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"node_js": [
"16"
],
"cache": false,
"jobs": {
"include": [
{
"stage": "lint",
"script": [
"yarn lint"
]
},
{
"stage": "test",
"script": [
"yarn test:tools"
]
},
{
"script": [
"yarn test:cozy-scripts:default"
]
},
{
"script": [
"yarn test:integration"
]
},
{
"stage": "deploy",
"if": "branch = master AND type = push AND fork = false",
"script": [
"./scripts/deploy.sh"
]
}
]
},
"env": [
"global=GITHUB_TOKEN=[secure]=NPM_TOKEN=[secure]"
]
}
Loading