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

Setup a CI server #620

Open
sidkoul opened this issue Aug 18, 2015 · 1 comment
Open

Setup a CI server #620

sidkoul opened this issue Aug 18, 2015 · 1 comment

Comments

@sidkoul
Copy link
Member

sidkoul commented Aug 18, 2015

https://drone.io/ is free for open source projects.

Drone is a hosted continuous integration service. It enables you to conveniently set up projects to automatically build, test, and deploy as you make changes to your code.

Drone integrates seamlessly with Github, Bitbucket and Google Code as well as third party services such as Heroku, Dotcloud, Google AppEngine and more.

@sidkoul
Copy link
Member Author

sidkoul commented Aug 19, 2015

John has used and likes Travis CI.

Google reveals it's also the most popular. Integrates with GitHub and Heroku, and links into 3rd party services to check code quality, automate browser testing, and check how broad our test coverage is.

https://travis-ci.org/
Runs our test suite, if it passes, deploys to Heroku.
Free for open source projects.

https://codeclimate.com/oss
Automated code review; checks for quality, security bugs, style guide, and test coverage.
Free for open source projects.

https://saucelabs.com/opensauce/
Automated browser testing (desktop and mobile)
Free for open source projects.

https://coveralls.io/
Automated test coverage reporting.
Free for open source projects.

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