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

Updates to GNUmakefile and .travis.yml #21

Merged
merged 15 commits into from
May 30, 2019
Merged

Updates to GNUmakefile and .travis.yml #21

merged 15 commits into from
May 30, 2019

Commits on May 28, 2019

  1. Run Travis builds on Xenial

    Jacob Wan committed May 28, 2019
    Configuration menu
    Copy the full SHA
    cfe120d View commit details
    Browse the repository at this point in the history
  2. Use go 1.12.x in Travis

    Jacob Wan committed May 28, 2019
    Configuration menu
    Copy the full SHA
    96ca7d2 View commit details
    Browse the repository at this point in the history
  3. Update .travis.yml

    Tell Travis to instruct go commands to use top-level vendor directory to
    satisfy dependencies.
    Jacob Wan committed May 28, 2019
    Configuration menu
    Copy the full SHA
    ed9674d View commit details
    Browse the repository at this point in the history
  4. Remove vendor-status Make target

    Jacob Wan committed May 28, 2019
    Configuration menu
    Copy the full SHA
    9098f0b View commit details
    Browse the repository at this point in the history
  5. Remove unused errcheck Make target

    Jacob Wan committed May 28, 2019
    Configuration menu
    Copy the full SHA
    664fc3a View commit details
    Browse the repository at this point in the history
  6. Remove call to vendor-status from .travis.yml

    Jacob Wan committed May 28, 2019
    Configuration menu
    Copy the full SHA
    3d8c004 View commit details
    Browse the repository at this point in the history
  7. Add install-tools Make target; call from .travis.yml

    Jacob Wan committed May 28, 2019
    Configuration menu
    Copy the full SHA
    3a7c1db View commit details
    Browse the repository at this point in the history
  8. Replace vet target with lint target

    Jacob Wan committed May 28, 2019
    Configuration menu
    Copy the full SHA
    acbfa10 View commit details
    Browse the repository at this point in the history
  9. Add website-lint target and call it from .travis.yml

    Jacob Wan committed May 28, 2019
    Configuration menu
    Copy the full SHA
    1793aba View commit details
    Browse the repository at this point in the history
  10. Add website-lint to .PHONY target

    Jacob Wan committed May 28, 2019
    Configuration menu
    Copy the full SHA
    723965d View commit details
    Browse the repository at this point in the history
  11. Update fmtcheck target

    Jacob Wan committed May 28, 2019
    Configuration menu
    Copy the full SHA
    b364c79 View commit details
    Browse the repository at this point in the history
  12. Update fmt target

    Jacob Wan committed May 28, 2019
    Configuration menu
    Copy the full SHA
    abaeb36 View commit details
    Browse the repository at this point in the history
  13. Alphabetize .PHONY target dependencies

    Jacob Wan committed May 28, 2019
    Configuration menu
    Copy the full SHA
    51aa02d View commit details
    Browse the repository at this point in the history
  14. Install linting tools with go get

    Jacob Wan committed May 28, 2019
    Configuration menu
    Copy the full SHA
    5d3d9b1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d4fce1c View commit details
    Browse the repository at this point in the history