Conversation
There was a problem hiding this comment.
Pull request overview
This PR modernizes CI by removing legacy Travis CI/AppVeyor configurations and replacing them with a GitHub Actions workflow, along with updating README badges and normalizing line endings via .gitattributes.
Changes:
- Remove legacy CI configs:
.travis.ymlandappveyor.yml - Add GitHub Actions workflow to run tests on Ubuntu + Windows across a Node.js version matrix
- Update README badges and add
.gitattributesto enforce LF line endings
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Replaces outdated CI badges with npm/GitHub Actions/license badges |
| appveyor.yml | Removes deprecated AppVeyor configuration |
| .travis.yml | Removes deprecated Travis CI configuration |
| .github/workflows/test.yml | Adds GitHub Actions test workflow for push/PR events |
| .gitattributes | Enforces LF line endings across the repository |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # caniuse-api [](https://travis-ci.org/Nyalab/caniuse-api) [](https://ci.appveyor.com/project/MoOx/caniuse-api/branch/master) | ||
| # caniuse-api | ||
|
|
||
| [ ](https://www.npmjs.com/package/caniuse-api) |
| fail-fast: true | ||
| matrix: | ||
| os: [ubuntu-latest, windows-latest] | ||
| node-version: [lts/*, latest] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.