The travis tests are failing, which obstructs catching other possibly bugs.
It seems that the npm installation tasks are invalid for earlier versions of node:
before_install:
- npm install -g npm@2
- npm install -g npm
The attempted installation uses arrow functions, which break the build:

