olivernn / lunr.js

A bit like Solr, but much smaller and not as bright
http://lunrjs.com
MIT License
8.96k stars 548 forks source link

.travis.yml nodejs version too old #150

Closed weixsong closed 9 years ago

weixsong commented 9 years ago

it seems node.js 0.8 is very old version of node.js, maybe currently few people use node.js 0.8.

And for issue https://github.com/olivernn/lunr.js/issues/140 , the make server fix is also targeted at node.js 0.10 and 0.12.

olivernn commented 9 years ago

I've pushed a change to add 0.12, I've kept 0.8 around to keep backwards compatibility, thanks for pointing this out to me.