Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

Migrate from Travis CI to GitHub Actions#387

Merged
bfirsh merged 1 commit intomasterfrom
migrate-travis-to-github-actions
Jul 26, 2025
Merged

Migrate from Travis CI to GitHub Actions#387
bfirsh merged 1 commit intomasterfrom
migrate-travis-to-github-actions

Conversation

@bfirsh
Copy link
Owner

@bfirsh bfirsh commented Jul 26, 2025

Summary

  • Replace .travis.yml with .github/workflows/ci.yml
  • Update CI to use Node.js 20 (latest stable) instead of Node.js 12
  • GitHub Actions workflow runs on push/PR to master branch
  • Workflow steps: install dependencies, run tests, build project

Test plan

  • Created GitHub Actions workflow file
  • Removed Travis CI configuration
  • Verify workflow runs successfully on GitHub after merge

🤖 Generated with Claude Code

- Replace .travis.yml with .github/workflows/ci.yml
- Update CI to use Node.js 20 (latest stable)
- Workflow runs on push/PR to master branch
- Runs npm ci, npm test, and npm run build

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Jul 26, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
jsnes-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 26, 2025 9:27pm

@bfirsh bfirsh merged commit 75d6334 into master Jul 26, 2025
3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant