You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
181 B

2 months ago
  1. language: node_js
  2. node_js:
  3. - "8"
  4. script:
  5. - echo "skipping tests"
  6. deploy:
  7. skip_cleanup: true
  8. provider: npm
  9. email: $NPM_USERNAME
  10. api_key: $NPM_TOKEN
  11. on:
  12. branch: master