Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace travis CI with GitHub action #148

Closed
wants to merge 1 commit into from

Conversation

n-peugnet
Copy link

@n-peugnet n-peugnet commented Oct 4, 2023

As it seems the Travis build is not run anymore, and I heard they stopped doing free builds for open-source projects.

Here is an example build: https://github.com/n-peugnet/yauzl/actions/runs/6409195295

  • test with more current Nodejs versions
  • replace travis badge with GH action's one
  • use coveralls github action instead of custom script

@n-peugnet n-peugnet changed the title Replace travis CI with GitHub action (n-peugnet/yauzl#1) Replace travis CI with GitHub action Oct 4, 2023
* first add of GitHub action CI
* replace travis badge with GH action's one
* use coveralls github action instead of custom script

strategy:
matrix:
node-version: [10, 12, 14, 16, 18, 20]
Copy link
Author

Choose a reason for hiding this comment

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

If you want to run the tests on older versions of Node.js you can easily add them here.

@thejoshwolfe
Copy link
Owner

Thanks for the example!

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