language: node_js node_js: - "4" - "5" - "stable" before_script: - git config --global user.name 'Travis-CI' - git config --global user.email 'dummy@example.org' after_success: npm run coverage