language: node_js node_js: - "8" script: - npm test before_install: if [[ `npm -v` != 4* ]]; then npm i -g npm@4; fi