Skip to content

NameLong

542ee78
Select commit
Loading
Failed to load commit list.
Open

UI: Truncate long file names in import screen #8

NameLong
542ee78
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Dec 24, 2025 in 1m 59s

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 #8 UI: Truncate long file names in import screen.
Any changes that have been made to the develop branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Noble)
Node.js Version 21
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "noble",
  "node_js": [
    "21"
  ],
  "sudo": false,
  "env": [
    "global={:SUPPRESS_NO_CONFIG_WARNING=>\"true\"}={:GK_LOCK_YARN_OPTS=>\"'--ignore-engines'\"}"
  ],
  "cache": {
    "yarn": true,
    "directories": [
      "node_modules"
    ]
  },
  "jobs": {
    "include": [
      {
        "stage": "test",
        "if": "branch ~= /^develop$|^master$|^release\\/.+$/ OR \\\ntype = pull_request OR \\\nenv(RESTRICT_PUSH_BUILDS) != true\n",
        "addons": {
          "chrome": "stable"
        },
        "before_install": [
          "curl -o- -L https://yarnpkg.com/install.sh | bash",
          "export PATH=$HOME/.yarn/bin:$PATH"
        ],
        "install": [
          "yarn --prefer-offline --frozen-lockfile --ignore-engines",
          "yarn list --depth=0"
        ],
        "script": [
          "yarn add jshint@2.13.6",
          "yarn jshint --config .jshintrc ./addons/wiki/static/",
          "yarn jshint --config .jshintrc ./website/static/js/pages/",
          "yarn jshint --config .jshintrc ./website/static/js/"
        ]
      }
    ]
  }
}