language: node_js node_js: - "10.13.0" - "11.1.0" before_install: npm install -g npm install: npm install after_script: - npm run coveralls