-
示例:在 Heroku 上运用私有模块的 private-module-heroku
资源介绍
在 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 "/