1 Star 0 Fork 0

meepobrother/typescript-library-starter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 319 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alex J 提交于 2017-09-19 18:58 . Remove before_script
language: node_js
branches:
only:
- master
- /^greenkeeper/.*$/
cache:
yarn: true
directories:
- node_modules
notifications:
email: false
node_js:
- node
script:
- npm run test:prod && npm run build
after_success:
- npm run report-coverage
- npm run deploy-docs
- npm run semantic-release
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/meepo_vip/typescript-library-starter.git
git@gitee.com:meepo_vip/typescript-library-starter.git
meepo_vip
typescript-library-starter
typescript-library-starter
master

搜索帮助