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

Add GitHub CI setup #139

Merged
merged 4 commits into from Nov 12, 2020
Merged

Add GitHub CI setup #139

merged 4 commits into from Nov 12, 2020

Commits on Nov 4, 2020

  1. Add GitHub CI setup

    As Travis CI is now severily limited for OSS projects and I would say GitHub Actions are more accessible for GitHub projects.
    
    Based on a modified copy of https://raw.githubusercontent.com/sindresorhus/eslint-plugin-unicorn/master/.github/workflows/ci.yml
    
    Adds tests for Node 14 and 15 on top of the 10 and 12 that's in the Travis file.
    voxpelli committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    8ce47de View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Update ci.yml

    sindresorhus committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    5a77036 View commit details
    Browse the repository at this point in the history
  2. Update ci.yml

    sindresorhus committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    70aef3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a754738 View commit details
    Browse the repository at this point in the history