dist: "xenial" language: node_js node_js: - "10" script: - npm install - npm test deploy: skip_cleanup: true provider: npm email: "$NPM_EMAIL" api_key: "$NPM_AUTH_TOKEN" on: tags: true all_branches: false