Skip to content

Fix CI#112

Merged
MoOx merged 1 commit into
mainfrom
fix-ci
Jun 2, 2026
Merged

Fix CI#112
MoOx merged 1 commit into
mainfrom
fix-ci

Conversation

@MoOx

@MoOx MoOx commented Jun 2, 2026

Copy link
Copy Markdown
Owner

No description provided.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 2, 2026 07:48
@MoOx
MoOx merged commit cc46977 into main Jun 2, 2026
9 checks passed
@MoOx
MoOx deleted the fix-ci branch June 2, 2026 07:50

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yml and appveyor.yml
  • Add GitHub Actions workflow to run tests on Ubuntu + Windows across a Node.js version matrix
  • Update README badges and add .gitattributes to 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.

Comment thread README.md
# caniuse-api [![Build Status](https://travis-ci.org/Nyalab/caniuse-api.svg?branch=master)](https://travis-ci.org/Nyalab/caniuse-api) [![Build status](https://ci.appveyor.com/api/projects/status/6j3na522bv3bxfa5/branch/master?svg=true)](https://ci.appveyor.com/project/MoOx/caniuse-api/branch/master)
# caniuse-api

[![npm package version](https://img.shields.io/github/package-json/v/MoOx/caniuse-api) ![npm downloads](https://img.shields.io/npm/dm/caniuse-api)](https://www.npmjs.com/package/caniuse-api)
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [lts/*, latest]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants