language: node_js node_js: - "8" before_install: npm install -g npm@latest after_success: make report-cov-coveralls script: - npm run coverage -- --no-cache --runInBand after_script: - npm run coverage:report