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

Run unit tests on travis #77

Merged
merged 4 commits into from
Aug 6, 2015
Merged

Run unit tests on travis #77

merged 4 commits into from
Aug 6, 2015

Commits on Aug 6, 2015

  1. Add basic tests & test runner for parsing certificate signing requests

    This also includes settings changes to support communicating with
    the GlobalSign API, knowing what we know now.
    
    It includes a new Makefile target to run those tests. It integrates that into
    Travis-CI.
    
    Add unit tests to Travis-CI
    
    Also, when running in dev mode, avoid double-binding to UDP socket
    In dev mode, Meteor runs a mirror process to run "integration" tests
    from that process. That interferes with our notion that there be only
    one listener for UDP pings.
    paulproteus committed Aug 6, 2015
    Configuration menu
    Copy the full SHA
    af7b27a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cd2a01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    744349e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6011f60 View commit details
    Browse the repository at this point in the history