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