8 ms·
Travis needs your help
- kyt 14y agoPardon me for being ignorant, but what exactly is Travis CI? I can't find any information on that site or on the github repo page. If I don't know what it is, I can't donate.
- pimeys 14y agoContinous integration. Like Jenkins or Bamboo. Builds and tests your project automatically and gives instant feedback.
- cookiestack 14y agoFrom the love website: "Continuous Integration for the Open Source Community" "Travis CI has run 757,465 tests for 10,844 open-source projects to date, including Ruby, Rails, Rubinius, Rubygems, Bundler, Leiningen, Parrot, Symfony, ... If you use any of these then you benefit from Travis CI."
- cookiestack 14y agoAlso http://about.travis-ci.org/docs/ http://about.travis-ci.org/docs/
- tedivm 14y agoIt's a CI system with amazing github integration. All you have to do is add a small config file [1], create an account, and then enable the post commit hook (a nice little on/off toggle) and your project is now being tested on every change [2]. It also has easy to incorporate badges you can put in PR's to show that your changes pass [3]. [1] https://github.com/tedivm/Stash/blob/master/.travis.yml https://github.com/tedivm/Stash/blob/master/.travis.yml [2] http://travis-ci.org/#!/tedivm/Stash http://travis-ci.org/#!/tedivm/Stash [3] https://github.com/tedivm/Stash/pull/37 https://github.com/tedivm/Stash/pull/37
- tferris 14y agoBut aren't you testing new code before pushing to Github anyway? Still wondering about Travis' use case.
- frio 14y agoIt'd be nice if Travis CI took a step towards distributing itself more easily. I've got spare bandwidth and spare CPU cycles: why not provide downloadable Vagrant boxes or scripts to allow me to run a couple of CI VMs locally? I did look through their site for this kind of info, but didn't manage to find anything particularly easily.
- Rickasaurus 14y agoI would donate in a heartbeat if they had mono support. Without .NET it's just not that useful to me.
- jQueryIsAwesome 14y agoFor anyone wondering: they have received $101.391 from 547 donors in 102 days of campaign. Ah, the first payment is actually one of the guys testing if the payment process works on production; amusing.