ember-d3
ember-d3 copied to clipboard
Builds on Travis are failing due to Node version 6
Hey @ivanvanderbyl!
I see you changed node version on Travis in this commit and it's causing all builds to fail since Object.values() is only supported by version => 7.
I suggest switching it back to 10 (currently used by the latest ember-cli version) or at least version 8, which is the minimum Node version supported by ember-d3 (according to the readme). Any thoughts?