-
Notifications
You must be signed in to change notification settings - Fork 75
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 a CI to the repo #17
Comments
Travis is not something fancy @dhruvkb. It helps us debug things to a great extent which I've come across. Yes. My primary aim is concentrate on more pressing issues like ensuring compatibility. By using a CI software like Travis I'd just have to add a single line in the yml file which throws so many errors and therefore ease the debugging process. This is how things are generally done in big open source organisations and I feel these are some things we'll have to learn. And this issue is about to be closed. So, it is not something that would really take time. :-) |
#18 Added Travis CI. Let's see what can we do with that. :) |
We could use Travis CI, Circle CI or any other CI depending on what is beneficial. Continuous integration is basically used to build the repo and check for errors. Which will play a major role after the tests have been written and make things easier. Just need to add some files which will instruct the CI to do so. #15 needs to be completed as soon as possible.
The text was updated successfully, but these errors were encountered: