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 Travis-CI support #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ambakshi
Copy link

Most of the changes were made to allow this code to be
built on travis-ci, a free continous integration service.
Notably, the code had to make sure to close stdin when
forking a process. In one of the tests comparing json
documents, the test was changed to use a sorted csv of
json properties. A direct comparison using just diff produces
wrong results, as json properties are unordered.

Most of the changes were made to allow this code to be
built on travis-ci, a free continous integration service.
Notably, the code had to make sure to close stdin when
forking a process. In one of the tests comparing json
documents, the test was changed to use a sorted csv of
json properties. A direct comparison using just diff produces
wrong results, as json properties are unordered.
@ambakshi
Copy link
Author

The build representing this commit can be found here: https://travis-ci.org/ambakshi/istatd/builds/67796367

The README.md is referencing my fork's travis-ci job. Please
register this repo and change the link in the readme, thank you.

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.

1 participant