Skip to content

Bump on-headers and compression

7d0094e
Select commit
Loading
Failed to load commit list.
Open

Bump on-headers and compression #1074

Bump on-headers and compression
7d0094e
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Aug 12, 2025 in 3m 20s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the dependabot/npm_and_yarn/multi-96c788614a 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 PHP OS State
3982.1 5.6 Linux passed
3982.2 7.4 Linux passed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Xenial)
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "before_install": [
    "nvm install",
    "nvm use"
  ],
  "install": [
    "npm ci"
  ],
  "jobs": {
    "include": [
      {
        "php": "5.6",
        "script": [
          "npm run lint",
          "npm run build"
        ]
      },
      {
        "php": "7.4",
        "script": [
          "npm run lint",
          "npm run build"
        ]
      }
    ]
  },
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "cache": {
    "npm": true,
    "directories": [
      "$HOME/.composer/cache"
    ]
  }
}