登录 注册
当前位置:主页 > 资源下载 > 9 > 示例:在 Heroku 上运用私有模块的 private-module-heroku

示例:在 Heroku 上运用私有模块的 private-module-heroku

  • 更新:2024-11-12 17:11:26
  • 大小:61KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

在 Heroku 中使用私有模块 赫鲁库 cat ~ /.npmrc # grab the value from //registry.npmjs.org/:_authToken=[MY-TOKEN] heroku config:set TOKEN MY-TOKEN 特拉维斯 在您的 travis 帐户中启用 repo。 设置一个TOKEN环境变量。 使用此 repo 中的示例.travis.yml启动并运行: language : node_js node_js : - " 0.10 " - " 0.11 " - " 0.12 " - " iojs " before_install : - if [[ `node --version` =~ "v0.10" ]]; then npm install -g npm@latest; fi - printf "/