snowballstem / pystemmer

Python stemming library using snowball stemmers
https://snowballstem.org/
Other
245 stars 46 forks source link

Add .travis.yml for Travis CI #6

Closed msabramo closed 11 years ago

msabramo commented 11 years ago

This PR contains a .travis.yml file for use with Travis CI.

Here's a passing Travis CI build for my fork of your repo (passing for py26, py27, py32, py33, and pypy):

https://travis-ci.org/msabramo/pystemmer/builds/5022365

To set up Travis CI to run on your own repo, you just need to do a one-time setup to link Travis CI with GitHub that takes less than 2 minutes, described at http://about.travis-ci.org/docs/user/getting-started/

Then when commits are added to the GitHub repo, Travis CI will automatically run.

msabramo commented 11 years ago

I just rebased this on top of the latest origin/master (c7a61513fb7c13b5a841046b48cbc717c3ca6fcd) so the list of commits should be smaller and cleaner than before and this should merge easily.

rboulton commented 11 years ago

Merged to SVN in r571; thanks.