Skip to content

Replace travis CI with GitHub action#148

Closed
n-peugnet wants to merge 1 commit intothejoshwolfe:masterfrom
n-peugnet:master
Closed

Replace travis CI with GitHub action#148
n-peugnet wants to merge 1 commit intothejoshwolfe:masterfrom
n-peugnet:master

Conversation

@n-peugnet
Copy link
Copy Markdown

@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
Copy Markdown
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
Copy Markdown
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