patorjk / figlet.js

A FIG Driver written in JavaScript which aims to fully implement the FIGfont spec.
MIT License
2.64k stars 170 forks source link

Travis integration #4

Closed eiriksm closed 9 years ago

eiriksm commented 10 years ago

Just a small little pull request to enable travis-ci testing (very useful for pull requests and automatic testing).

Obviously you (as the repo owner) would have to enable this for the repo at travis-ci.org, so if you think this sounds like a good idea, you should do that (and merge this branch) ;)

Thanks again for a cool module.

patorjk commented 10 years ago

I've never heard of travis-ci, I'll look into though.

eiriksm commented 10 years ago

Ah, I see. It's a continuous integration service that runs your tests on each push and each pull request (for example). If you have seen those badges on top of people's readme files (those that are hopefully green and say "build passing"), that is travis.

It can actually also be set up to publish tags to npm (for example).

Anyway, you do as you please, just a suggestion from me :)

willpracht commented 9 years ago

+1

patorjk commented 9 years ago

I'm not sure why I sat on this for so long, better late than never though I guess. Thanks for the pull request.