Skip to content

chore: Implement REUSE compliance#43

Merged
spencer-lunarg merged 1 commit into
mainfrom
reuse/implement-reuse
Jun 30, 2026
Merged

chore: Implement REUSE compliance#43
spencer-lunarg merged 1 commit into
mainfrom
reuse/implement-reuse

chore: Implement REUSE compliance

8cd0bef
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed Jun 30, 2026 in 1m 11s

Build Failed

The build failed.

Details

This is a normal build for the reuse/implement-reuse branch. You should be able to reproduce it by checking out the branch locally.

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 Ruby
Operating System Linux (Focal)
Ruby Version 2.4
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "rvm": [
    "2.4"
  ],
  "before_script": [
    "gem install awesome_bot"
  ],
  "script": [
    "awesome_bot --allow-dupe chapters/*.md --white-list https://www.youtube.com/"
  ],
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  }
}