I updated the code in the README to use const instead of var, and while I was at it also updated gaze itself to use const/let instead of var, and fat arrow functions (making var self = this unnecessary). I checked node.green to see that my changes are supported by node 4.x. My CI is passing:
I saw that your travis CI build after you merged my last PR had an error. I wonder if switching to travis-ci.com which now supports open source would fix it. As part of migrating, it had me install Travis CI as a GitHub app, which may also get things running more smoothly.
I updated the code in the README to use const instead of var, and while I was at it also updated gaze itself to use const/let instead of var, and fat arrow functions (making
var self = this
unnecessary). I checked node.green to see that my changes are supported by node 4.x. My CI is passing:https://travis-ci.com/benatkin/gaze/builds
I saw that your travis CI build after you merged my last PR had an error. I wonder if switching to travis-ci.com which now supports open source would fix it. As part of migrating, it had me install Travis CI as a GitHub app, which may also get things running more smoothly.