-
Notifications
You must be signed in to change notification settings - Fork 54
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
Tests + TravisCI #2
Comments
If you want to run tests automatically on each push / pull request with as little effort as possible, you can use TravisCI. It can be set up to report test coverage to the Coveralls site. I use both with a simple IRC bot in Golang. Results: |
Thanks! I'll get this rigged up once there are some tests to run. |
Basic Travis integration is done! Now to get some sharness tests in! |
Basic coverage: #35 Still needed: test against local node and fallback ephemeral node separately |
Woohoo! |
The text was updated successfully, but these errors were encountered: