Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove mobile target from create-cozy-app template #1503

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

refactor: Homogenize indentation in index.ejs

214e5db
Select commit
Loading
Failed to load commit list.
Open

Remove mobile target from create-cozy-app template #1503

refactor: Homogenize indentation in index.ejs
214e5db
Select commit
Loading
Failed to load commit list.
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]"
  ]
}