.travis.yml 273 B

12345678910111213141516171819
  1. language: node_js
  2. cache:
  3. directories:
  4. - ~/.npm
  5. notifications:
  6. email: false
  7. node_js:
  8. - '10'
  9. - '9'
  10. - '8'
  11. - '6'
  12. - '4'
  13. - '0.12'
  14. - '0.10'
  15. after_success:
  16. - npm run travis-deploy-once "npm run semantic-release"
  17. branches:
  18. except:
  19. - /^v\d+\.\d+\.\d+$/