davidchambers / tutor

JavaScript interface for the Gatherer card database
https://gatherer.wizards.com/
Do What The F*ck You Want To Public License
149 stars 18 forks source link

tutor.card: allow accents to be omitted #79

Closed davidchambers closed 10 years ago

davidchambers commented 10 years ago

Fixes #52

robdennis commented 10 years ago

is the takeaway here that node version .6 isn't officially supported? https://travis-ci.org/davidchambers/tutor/jobs/11765073

since that's the only one that failed

davidchambers commented 10 years ago

is the takeaway here that node version .6 isn't officially supported?

I haven't had a chance to get to the bottom of this test failure, but I'm happy to drop support for 0.6. Does Travis look at the engines setting in package.json to determine which Node versions to test against?

robdennis commented 10 years ago

AFAIK it's actually just because I have it specified in travis: https://github.com/davidchambers/tutor/blob/master/.travis.yml

I poached the node list from the docs here: http://about.travis-ci.org/docs/user/languages/javascript-with-nodejs/