browserify/commonjs-assert

[Bug] Travis tests failing: bad npm installation

perry-mitchell opened this issue · 0 comments

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:

image

image