language: node_js node_js: - "stable" cache: directories: - "node_modules" install: - npm install script: - npm run test-with-coverage