MiniProfiler
MiniProfiler copied to clipboard
Setup Continuous Integration
We should get CI setup, specifically I wanted to test the Ruby Edition against multiple versions of Ruby as some functionality may only be supported in Ruby 2.0.
Unfortunately Travis CI requires a a YML file at the root of the repository. I'm not sure if it will work with the multi-language structure of this repo: http://about.travis-ci.org/docs/user/getting-started/
For the .NET, I stumbled on: http://www.appveyor.com/
I'm also planning to evaluate wercker, as they claim to be adding Windows support in addition to Linux. http://wercker.com/ https://plus.google.com/104313268939103200754/posts/bZh6NLwrWLV
Would love to get travis going, do you feel like picking up anything from this list ?
https://github.com/MiniProfiler/rack-mini-profiler
If you want to maintain history, it would be worth trying to do a subtree split.
I can certainly help with Travis and Code Climate. If you activate the GitHub Service Hook (requires admin access to the repo) I'll do a pull request for the yaml file.