您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

17 行
237 B

  1. # .travis.yml
  2. language: node_js
  3. git:
  4. depth: 1
  5. node_js:
  6. - '6.3'
  7. - '0.12'
  8. notifications:
  9. email: false
  10. script: npm run travis
  11. deploy:
  12. - provider: npm
  13. email: jim@vigour.io
  14. api_key: ${NPM_TOKEN}
  15. on:
  16. branch: master