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

Set up continuous integration testing #68

Open
dwysocki opened this issue Aug 24, 2015 · 0 comments
Open

Set up continuous integration testing #68

dwysocki opened this issue Aug 24, 2015 · 0 comments

Comments

@dwysocki
Copy link
Member

Currently, we have no automated methods for testing that our commits don't break anything. We simply rely on whatever test cases we think to run, and check that nothing broke before pushing changes to GitHub.

Tools like Travis CI, and other continuous integration tools, allow us to automate that process, and prevent us from merging commits which break our code.

In order to add CI to our workflow, there will be some amount of initial setup. Aside from configuring the tool, we will also need to create a number of test cases. Once we have those test cases in place, it will become much safer to develop at a fast pace, and only when we make significant changes will we need to edit our test code.

@dwysocki dwysocki added this to the Engineering goals milestone Dec 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant