defunkt / pystache

Mustache in Python
http://mustache.github.com/
MIT License
1.31k stars 308 forks source link

Add .travis.yml for Travis CI (http://travis-ci.org/) #124

Closed msabramo closed 12 years ago

msabramo commented 12 years ago

Sample Travis CI build for my fork: http://travis-ci.org/#!/msabramo/pystache/builds/1735472

To set up Travis CI for your own repo, see http://about.travis-ci.org/docs/user/getting-started/

cjerdonek commented 12 years ago

Thanks for the pointer!