language: node_js sudo: false node_js: - 4 - 6 - 8 before_install: - npm install -g npm@3.10.8 install: npm install script: - npm run ci