before_install: git config user.name "Travis CI" language: node_js node_js: - stable after_script: npm run test sudo: false