1 Star 1 Fork 0

三字经 / scratch-l10n

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 549 Bytes
一键复制 编辑 原始数据 按行查看 历史
chrisgarrity 提交于 2017-10-05 10:20 . Npm versioning (#4)
language: node_js
node_js:
- 6
- node
cache:
directories:
- node_modules
jobs:
include:
- stage: npm release
if: branch IN (env(RELEASE_BRANCHES))
node_js: 6
script: npm run build
before_deploy:
- VPKG=$($(npm bin)/json -f package.json version)
- export VERSION=${VPKG/%?/}$(date +%Y%m%d%H%M%S)
- npm --no-git-tag-version version $VERSION
deploy:
provider: npm
skip_cleanup: true
email: $NPM_EMAIL
api_key: $NPM_TOKEN
on:
all_branches: true
1
https://gitee.com/mll/scratch-l10n.git
git@gitee.com:mll/scratch-l10n.git
mll
scratch-l10n
scratch-l10n
master

搜索帮助