Pardon 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.
It'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].
"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."
[1] https://github.com/tedivm/Stash/blob/master/.travis.yml
[2] http://travis-ci.org/#!/tedivm/Stash
[3] https://github.com/tedivm/Stash/pull/37