josephg / node-browserchannel

An implementation of a google browserchannel server in node.js
287 stars 47 forks source link

correct mocha compiler flag for coffeescript >= 1.6 #33

Closed wenzowski closed 10 years ago

wenzowski commented 10 years ago

Test suite passes on Travis but not locally.

Is the potentially a known issue? Happy to debug.

josephg commented 10 years ago

Thanks. I think travis simply hasn't run for awhile because the library has been pretty stable lately. Its the coffee-script 1.7 changes which broke the tests.

wenzowski commented 10 years ago

addendum: this is the correct flag for coffeescript > 1.6 not >=