vega / datalib

JavaScript data utility library.
http://vega.github.io/datalib/
BSD 3-Clause "New" or "Revised" License
731 stars 133 forks source link

Fix failing build #88

Closed curran closed 6 years ago

curran commented 7 years ago

The CI build is currently failing:

image

domoritz commented 7 years ago

It's because of hawk using const, which is not supported in node 0.12.

curran commented 6 years ago

In that case, probably this can be solved by simply updating the Node version in travis.yml.

See https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Specifying-Node.js-versions

curran commented 6 years ago

@domoritz Hey it worked! https://github.com/vega/datalib/pull/89

domoritz commented 6 years ago

See #93