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

Switch to GitHub Actions #139

Merged
merged 1 commit into from
Dec 8, 2019
Merged

Commits on Dec 7, 2019

  1. Migrating to GitHub Actions for CI

    * GitHub Actions are setup to run for Mac, Linux, and Windows
    * Linting only happens on Linux as we don't need to repeat this
      and it is complicated to install on both POSIX and windows
      systems easily
    * In the doc.go file the word build was modified to b because the
      go toolchain on Windows (only windows) was considering the comment
      to be a malformed build comment. It was misdetecting it.
    * Travis and Appveyor configuration have been removed
    mattfarina committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    a1ba742 View commit details
    Browse the repository at this point in the history